[sqlite] sqlite3 save points and roll back error

2010-02-03 Thread lakshmi pathi
Hi all, I'm working on a sqlite3 with python program.Here is the code snippet def save_point(self): self.db.execute("savepoint pt;") print "Save point created" self.cursor.execute("insert into STK values(33)")

[sqlite] Searching for sqlite version 0.1

2009-05-04 Thread lakshmi pathi
Hi, Where can i find the sqlite version 0.1 (Assume that's first sqlite version) source code. I'm an open source programmer,looking to learn about database. ps:I checked kernel source code via lxr. ..and googled for it...but no success. Cheers, Lakshmipathi.G www.giis.co.in