From 6852f69cd7b4323613043e376c6ad45057105581 Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 30 Jun 2015 15:14:24 -0700 Subject: [PATCH] Version bump to 0.2 - it runs --- plugin.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 4fdd666..5241ee8 100644 --- a/plugin.rb +++ b/plugin.rb @@ -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