]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- documenation updates to clarify specific SQLite versions
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jan 2016 20:21:33 +0000 (15:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jan 2016 20:31:37 +0000 (15:31 -0500)
commitdc4eb7904e228d2de2f7b1cfabf752203858f11b
tree14d0270985735e3ce1684941640f4bceaa87cce8
parente85e8c5f02428394f1ea0bf59f3abc046e691b4f
- documenation updates to clarify specific SQLite versions
that have problems with right-nested joins and UNION column keys;
references #3633 references #3634.   backport from 1.1 to 0.9
announcing 1.1 as where these behaviors will be retired based
on version-specific checks
- fix test_resultset so that it passes when SQLite 3.10.0 is
present, references #3633

(cherry picked from commit 89fa08792e98b9e31452aa3c949d9b909b10e7cd)
doc/build/changelog/migration_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/sql/test_query.py