]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in SQLite join rewriting where anonymized column names
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 15:32:07 +0000 (11:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 25 May 2014 15:32:07 +0000 (11:32 -0400)
commite6cbd88fe17a8ce63078b00293fbe3da2ddf9ea4
treefea0b0ffcbb8467258bc7e0d027bf62b4f277016
parent8a4f75e9721beb93483b0ff8283ffbb0d6018ec3
- Fixed bug in SQLite join rewriting where anonymized column names
due to repeats would not correctly be rewritten in subqueries.
This would affect SELECT queries with any kind of subquery + join.
fixes #3057
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_join_rewriting.py
test/sql/test_selectable.py