mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-09 13:24:53 +00:00
Version bump to 0.2 - it runs
This commit is contained in:
parent
c56a40cacd
commit
6852f69cd7
@ -1,6 +1,6 @@
|
|||||||
# name: discourse-data-explorer
|
# name: discourse-data-explorer
|
||||||
# about: Interface for running analysis SQL queries on the live database
|
# about: Interface for running analysis SQL queries on the live database
|
||||||
# version: 0.1
|
# version: 0.2
|
||||||
# authors: Riking
|
# authors: Riking
|
||||||
# url: https://github.com/discourse/discourse-data-explorer
|
# url: https://github.com/discourse/discourse-data-explorer
|
||||||
|
|
||||||
@ -322,6 +322,7 @@ SQL
|
|||||||
}
|
}
|
||||||
json[:explain] = result[:explain] if opts[:explain]
|
json[:explain] = result[:explain] if opts[:explain]
|
||||||
# TODO - special serialization
|
# TODO - special serialization
|
||||||
|
# This is dead code in the client right now
|
||||||
# if cols.any? { |col_name| special_serialization? col_name }
|
# if cols.any? { |col_name| special_serialization? col_name }
|
||||||
# json[:relations] = DataExplorer.add_extra_data(pg_result)
|
# json[:relations] = DataExplorer.add_extra_data(pg_result)
|
||||||
# end
|
# end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user