]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby append_column()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 23:05:37 +0000 (19:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 23:05:37 +0000 (19:05 -0400)
commit595fcc4aa03afc0e5341609d659c486f55a7cc4f
tree0a80b02df726c0b4954c314736055657e6c263d9
parentd69d72f81e93a559ad81f2773a9271165506a25c
- [bug] Fixed bug whereby append_column()
wouldn't function correctly on a cloned
select() construct, courtesy
Gunnlaugur Por Briem.  [ticket:2482]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py