]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in SQLite "join rewriting" where usage of an exists() construct
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 00:04:04 +0000 (19:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Feb 2014 00:04:04 +0000 (19:04 -0500)
commit25831872db7fe2a6eb07c3d50be2504b41d9d5e5
tree46e63892b49b3eb2db2de089ae8ccbd56f954d0b
parenta0fb9e74c61b0c2cb8f2f91ae6cc38d3c8c95949
- Fixed bug in SQLite "join rewriting" where usage of an exists() construct
would fail to be rewritten properly, such as when the exists is
mapped to a column_property in an intricate nested-join scenario. #2967
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/compiler.py
test/sql/test_join_rewriting.py