]> 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:41 +0000 (11:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jul 2011 15:44:41 +0000 (11:44 -0400)
commitba40767d23e4ad488d1e6a2ad3c366036a50ee18
tree0c34f89e2b358abafd6507e74b5951ce60d5e471
parent97765839e72a11cf9f0f336b893ca0b292b97c8d
 - Added an informative error message when
    ForeignKeyConstraint refers to a column name in
    the parent that is not found.
- 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/schema.py
test/engine/test_metadata.py
test/ext/test_declarative.py