]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix the fixture here that wasn't creating consistently
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2012 05:59:59 +0000 (01:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Oct 2012 05:59:59 +0000 (01:59 -0400)
commit0bb5a9eab829f9a4cfda3c37cdf2202d84e55f3f
tree2e7847e098ac547b5907c6650e219e9b0a65236e
parenteaa15b3c70020b96aebd2e05651eb18226ff4ee3
- fix the fixture here that wasn't creating consistently
- rewrite --dropfirst to be more industrial strength, includes views
- fix order_by="foreign_key" to maintain the same ordering as
metadata.sorted_tables.   Not ideal that this was the other way throughout
0.7 but this is still a little-used method, in contrast to metadata.sorted_tables.
CHANGES
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/testing/plugin/noseplugin.py
lib/sqlalchemy/testing/suite/test_reflection.py