]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a mixin class can now define a column that matches
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jun 2010 17:25:37 +0000 (13:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jun 2010 17:25:37 +0000 (13:25 -0400)
commit6de7db07cecd7f6f86452cdc64270c83b5bef212
tree3f6ee04273d12b54a6515eca9820589be13a2c13
parent17073a015546f9fe0ce09e668e9e318269c09a2a
- a mixin class can now define a column that matches
one which is present on a __table__ defined on a
subclass.  It cannot, however, define one that is
not present in the __table__, and the error message
here now works.  [ticket:1821]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py