]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed cextension bug whereby the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 22:49:16 +0000 (18:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 22 Aug 2012 22:49:16 +0000 (18:49 -0400)
commit9ae868939a7e8b10f4a75537b79cd81e587f6840
treeaa70f017f3fd3d670ff40f30b397ba0b4b4e7bfb
parent6a57b3a806b3d2a86dab733bc89fb3ca03f84ac4
- [bug] Fixed cextension bug whereby the
"ambiguous column error" would fail to
function properly if the given index were
a Column object and not a string.
Note there are still some column-targeting
issues here which are fixed in 0.8.
[ticket:2553]
CHANGES
lib/sqlalchemy/cextension/resultproxy.c
test/sql/test_query.py