]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug whereby a DBAPI that can return "0"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Mar 2013 23:00:11 +0000 (19:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Mar 2013 23:00:11 +0000 (19:00 -0400)
commit35c5fd3fba57a04ebd9083207875692bb92ac6d4
treea7a3b968866e8af717ee66894004c4600e5e3dd6
parente69b9542a81a50545e4d4147c2053d126f4fe250
Fixed bug whereby a DBAPI that can return "0"
for cursor.lastrowid would not function correctly
in conjunction with :attr:`.ResultProxy.inserted_primary_key`.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/engine/default.py
test/sql/test_query.py