]> 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:36 +0000 (11:32 -0400)
commitd91da90d96f8f1afabc5225445a24a01867bade2
treefc469e32ea2f938004e687cf9537f0ace6e950e5
parent9f5fe59107f3d67cb3453f7921256123e109842b
- 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