Added fix for bug #1130: query template executed twice when a query is
run from the "test" tab, leading to Bad Things in some cases. The manage_test method has been changed so that it no longer calls the SQLMethod object once just to get the query source and then again to get the results. Now, when __call__ is called with the test__ flag set, it will return a tuple containing the query source and results.
Showing
Please register or sign in to comment