Files
sqlalchemy/test/ext
Mike Bayer 6de7db07ce - 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]
2010-06-19 13:25:37 -04:00
..