]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] An explicit error is raised when
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 16:42:38 +0000 (12:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 23 Sep 2012 16:42:38 +0000 (12:42 -0400)
commite354dd10f8c3cc19e9cb3a6536f98798ba3538f1
tree8c3ccd6d23ec99b9370c0992c690ea8fd4cab569
parent4da34b4cb7eda53fc7c821c6e3c30789de966d04
  - [feature] An explicit error is raised when
    a ForeignKeyConstraint() that was
    constructed to refer to multiple remote tables
    is first used. [ticket:2455]
CHANGES
lib/sqlalchemy/schema.py
test/sql/test_metadata.py