The ORDER BY parsing fix in 73835ff0 only worked by accident
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 4 Jun 2013 15:11:13 +0000 (17:11 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 4 Jun 2013 19:27:11 +0000 (21:27 +0200)
commit1ec9b9e3261f37de1bd05b31fa3c88ab78ab1480
tree568de07dab9344d2a60c20dab2c0578b9f134f79
parent87abf9bc3395870cef72a3f00b7d4cfe18abd980
The ORDER BY parsing fix in 73835ff0 only worked by accident

Remove a number of workarounds introduced before the parser rewrite - none of
them help, and one of them was in fact the reason multi-member ORDER BY
did not function correctly
lib/SQL/Abstract/Tree.pm
t/11parser.t
t/14roundtrippin.t