]> 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:23:56 +0000 (15:23 -0500)
commit9cc769ac40040986708a85567ca9a23eeb4ea051
treed0eca28d5934b78b3350a8da69d07a8563d18428
parent851acda63cf23ec5c6385ab7cb94d6dd210321b9
- 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_resultset.py