]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- establish an "insert" option for events to control ordering if needed (not needed...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Feb 2011 18:20:43 +0000 (13:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 25 Feb 2011 18:20:43 +0000 (13:20 -0500)
commita7f766d7c7fd6c53eb0019e32569e915b3f31eb4
tree25f6234f67bbea40bb95eb34572bd2f67136e33f
parent34d6c9bc7dafbb2717ae10b6e11942e2dd409f35
- establish an "insert" option for events to control ordering if needed (not needed yet tho)
- render foreign key constraints in the order in which they were cerated
lib/sqlalchemy/event.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/base/test_events.py
test/sql/test_constraints.py