]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16864: Cursor.lastrowid now supports REPLACE statement
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Jun 2016 12:25:36 +0000 (15:25 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 14 Jun 2016 12:25:36 +0000 (15:25 +0300)
commite0b70cd8a986aaeec74f5647c7ffc4200f2e14f3
treeee6330d78f8e667768a708ba90896528e24728af
parent34f12d73158de5ad37c08009832d68ff7b8eeb7a
Issue #16864: Cursor.lastrowid now supports REPLACE statement

Initial patch by Alex LordThorsen.
Doc/library/sqlite3.rst
Doc/whatsnew/3.6.rst
Lib/sqlite3/test/dbapi.py
Misc/ACKS
Misc/NEWS
Modules/_sqlite/cursor.c