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]> <http://bugs.python.org/issue2176> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com