-
Feature Request
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
Currently it is not possible to ask to BQT to sort result set before it compares to reference. When an SQL query returns rows in a random order, the BQT test fails because of the different order of rows.
I know I could use ORDER BY in the SQL but I don't like much this solution because it impacts the query plan.