[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class
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 <[EMAIL PROTECTED]> <
[issue2176] Undocumented lastrowid attribute i sqlite3 cursor class
Changes by Jakub Fedyczak: -- components: Documentation nosy: bukaj severity: normal status: open title: Undocumented lastrowid attribute i sqlite3 cursor class versions: Python 2.5 __ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/