• 's avatar
    Added fix for bug #1130: query template executed twice when a query is · 3b5b9c99
    authored
    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.
    3b5b9c99
DA.py 19.7 KB