From ef595b1029081fa8a507ed39f6fbdf21000ac235 Mon Sep 17 00:00:00 2001 From: Dave Cassel Date: Thu, 25 Jul 2013 08:40:50 -0400 Subject: [PATCH] #110 Adjusting fix based on the update made to ML7 --- deploy/lib/server_config.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/lib/server_config.rb b/deploy/lib/server_config.rb index b63fabad..5bb97c19 100644 --- a/deploy/lib/server_config.rb +++ b/deploy/lib/server_config.rb @@ -990,7 +990,6 @@ def execute_query_7(query, properties = {}) logger.debug "using dbid: #{db_id}" r = go_7 "http://#{@hostname}:#{@bootstrap_port}/qconsole/endpoints/evaler.xqy", "post", {}, { :dbid => db_id, - :resulttype => "text", :action => "eval", :querytype => "xquery" }, @@ -999,7 +998,6 @@ def execute_query_7(query, properties = {}) logger.debug "using sid: #{sid}" r = go_7 "http://#{@hostname}:#{@bootstrap_port}/qconsole/endpoints/evaler.xqy", "post", {}, { :sid => sid, - :resulttype => "text", :action => "eval", :querytype => "xquery" },