]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby "order_by='foreign_key'"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Dec 2011 19:21:43 +0000 (14:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Dec 2011 19:21:43 +0000 (14:21 -0500)
commit896bc4c5b6616492c113d80c1328032413d22b5e
tree6d1876f580725fe05a097b89c2848724195d7465
parentbd8e93e19fd0b353a70c22a3ff1dc15528205b06
- [bug] Fixed bug whereby "order_by='foreign_key'"
option to Inspector.get_table_names
wasn't implementing the sort properly, replaced
with the existing sort algorithm
- clean up metadata usage in reflection tests
CHANGES
lib/sqlalchemy/engine/reflection.py
test/engine/test_reflection.py