]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added "MATCH" clause to ForeignKey,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 19:39:48 +0000 (15:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 19:39:48 +0000 (15:39 -0400)
commit2272f30af435c5283157724bbb16fb0a573159ce
treea74af95302914877bbc3a81f23cca15bdec1d731
parent81eefb2f13a9c854e1dcd924550d0c36553e930a
- [feature] Added "MATCH" clause to ForeignKey,
ForeignKeyConstraint, courtesy Ryan Kelly.
[ticket:2502]
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_constraints.py