]> 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:21:33 +0000 (15:21 -0500)
commit89fa08792e98b9e31452aa3c949d9b909b10e7cd
tree4c17c645fc7e61a8ba24d2360b0d2d09518a7ea4
parent963aa3029742b4f52082f5ea89fac2100130e15b
- 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
doc/build/changelog/migration_09.rst
lib/sqlalchemy/dialects/sqlite/base.py
test/sql/test_resultset.py