mxhdev / SQLChecker

GNU General Public License v3.0
1 stars 1 forks source link

Order By support #14

Closed mxhdev closed 8 years ago

mxhdev commented 8 years ago

This tool currently ignores the order of the records produced by this query. However, if a query uses ORDER BY / GROUP BY syntax, then it is vitally important to also look at the order of the result set.

mxhdev commented 8 years ago

Fixed with commit 9af95f781670c05ab8a03593de3dbe4df40036d1

mxhdev commented 8 years ago

See TIcket #19 "SELECT" statemnts seem to not be associated with the "Query" DBFit command

mxhdev commented 8 years ago

FIxed with commit 19d8edadba6a6aa4ab9fc526852d0d06e0d7e43c

mxhdev commented 8 years ago

It turns out that the ORDER BY keyword is handled to restrictively. The support was removed in commit 20eb16f