]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Drop right-nested join rewriting
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2019 19:25:27 +0000 (15:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Oct 2019 19:27:04 +0000 (15:27 -0400)
commita0d94763f8369939ae6b731d6b599b5edb05d37e
tree2a3232225d4f369ee16bf582d75cd3f7ab133e0a
parent744ef5382b80ce98294d621234141228c205825c
Drop right-nested join rewriting

Dropped support for right-nested join rewriting to support old SQLite
versions prior to 3.7.16, released in 2013.   It is expected that
all modern Python versions among those now supported should all include
much newer versions of SQLite.

Fixes: #4895
Change-Id: I7f0cfc2b7d988ff147b9a4c6d5e2adec87e27029
doc/build/changelog/migration_14.rst
doc/build/changelog/unreleased_14/4895.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_sqlite.py
test/sql/test_join_rewriting.py [deleted file]