]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- It's an error to add new Column objects to a declarative class
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 15:45:59 +0000 (15:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 13 Jan 2009 15:45:59 +0000 (15:45 +0000)
commit3e3f309cf99b0123be4e7295891e5531b137e1fb
treef80543a47b33c12839cc041ed17e98915175532b
parentb99bdc7cee1080e6fd86451c5def2410a697c0b9
- It's an error to add new Column objects to a declarative class
that specified an existing table using __table__.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py