]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- make sure negative row indexes are based on the size of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Mar 2016 21:27:53 +0000 (17:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Mar 2016 21:27:53 +0000 (17:27 -0400)
commitdd20f56bc9a32f0c3afc545ed519dce8b028792c
tree698d70dc7613979599910edb0b2815d98acbea6f
parent4df1e07bb9c43ed8d1927a90c75f3142beaa403a
- make sure negative row indexes are based on the size of the
number of columns we're actually reporting on
- add more tests for negative row index
- changelog/migration
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/engine/result.py
test/engine/test_execute.py