]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
order_by and group_by being output in wrong order. Added tests for same.
authorRobert Leftwich <rtl@pobox.com>
Sun, 22 Jan 2006 12:08:10 +0000 (12:08 +0000)
committerRobert Leftwich <rtl@pobox.com>
Sun, 22 Jan 2006 12:08:10 +0000 (12:08 +0000)
commit2d31b8fd60a26d64c72510613cb493131bc4b406
treebd3f1752e312406ca21274aef52c3af127d20bcb
parent82883285bc8aeb9e0cbea44c62d9a41085758b42
order_by and group_by being output in wrong order. Added tests for same.
lib/sqlalchemy/sql.py
test/select.py