This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bukaj
Recipients bukaj
Date 2008-02-24.14:13:27
SpamBayes Score 0.35021794
Marked as misclassified No
Message-id <1203862408.41.0.133171732382.issue2176@psf.upfronthosting.co.za>
In-reply-to
Content
con = sqlite3.connect("file")
c = con.cursor()
c.execute("INSERT INTO .....")
last_id = c.lastrowid <--- nothing about it in the docs
History
Date User Action Args
2008-02-24 14:13:28bukajsetspambayes_score: 0.350218 -> 0.35021794
recipients: + bukaj
2008-02-24 14:13:28bukajsetspambayes_score: 0.350218 -> 0.350218
messageid: <1203862408.41.0.133171732382.issue2176@psf.upfronthosting.co.za>
2008-02-24 14:13:27bukajlinkissue2176 messages
2008-02-24 14:13:27bukajcreate