[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class

Jakub Fedyczak report at bugs.python.org
Sun Feb 24 15:13:28 CET 2008


New submission from Jakub Fedyczak:

con = sqlite3.connect("file")
c = con.cursor()
c.execute("INSERT INTO .....")
last_id = c.lastrowid <--- nothing about it in the docs

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2176>
__________________________________


More information about the Python-bugs-list mailing list