]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added an informative error message when
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jul 2011 15:44:31 +0000 (11:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jul 2011 15:44:31 +0000 (11:44 -0400)
commitc1295ce57ba7d906821b3ddd5b97aa9659700d52
tree029dc9f29647d2d2b7fcf138fcc0ab6face67786
parent06e84d5bcc0c009b8d4a91e7d247a25299e6c879
 - Added an informative error message when
    ForeignKeyConstraint refers to a column name in
    the parent that is not found.  Also in 0.6.9.
- add tests for [ticket:2226], as if we hit each @declared_attr
directly with obj.__get__(obj, name) instead of using
getattr(cls, name).  Basic inheritance mechanics are improperly
used in this case, so 2226 is invalid.
CHANGES
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/schema.py
test/ext/test_declarative.py
test/sql/test_metadata.py