]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where "Can't add additional column" message
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 23:18:24 +0000 (19:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 23:18:24 +0000 (19:18 -0400)
commit31a28392d1ebfd04870506d182b1a6bc5f2101c5
treec356c7e21884dfed80be3bc18bc7fc29d1eabc6e
parentdba3ad87b5a762272a11450a18955468d019fe80
  - Fixed bug where "Can't add additional column" message
    would display the wrong name.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py