]> 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:02:48 +0000 (19:02 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Jun 2012 23:02:48 +0000 (19:02 -0400)
commit6a48ce44f4c271bc45ed09d7253da1f1892e6272
tree5f7d88cf02799a79a6656af27c118f1f6c9da167
parent3ebb7d8e942ded31efbdb052ae3a1f08a6fc3d3d
- [bug] Fixed bug whereby append_column()
wouldn't function correctly on a cloned
select() construct, courtesy
Gunnlaugur Por Briem.  [ticket:2482]
Also in 0.7.8.
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py