Version bump to 0.2 - it runs

This commit is contained in:
Kane York 2015-06-30 15:14:24 -07:00
parent c56a40cacd
commit 6852f69cd7
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# name: discourse-data-explorer
# about: Interface for running analysis SQL queries on the live database
# version: 0.1
# version: 0.2
# authors: Riking
# url: https://github.com/discourse/discourse-data-explorer
@ -322,6 +322,7 @@ SQL
}
json[:explain] = result[:explain] if opts[:explain]
# TODO - special serialization
# This is dead code in the client right now
# if cols.any? { |col_name| special_serialization? col_name }
# json[:relations] = DataExplorer.add_extra_data(pg_result)
# end