-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 lakshmi pathi wrote: > sqlite3.OperationalError: no such savepoint: pt
pysqlite does all sorts of stuff behind the scenes trying to manage transactions for you by default. I believe you can set isolation_level to None to disable that. Else use APSW which does none of this nonsense behind the scenes, giving you pure SQLite semantics. (APSW also includes a context manager that uses savepoints automatically.) I suggest you continue discussion on the python-sqlite mailing list: http://groups.google.com/group/python-sqlite Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktpvhEACgkQmOOfHg372QSdygCfUxe32h4kBfG9I3B5VUrMTR/j 7wcAmwVTFkIIq8XDXzUFBDSuekO6dkm3 =G+cN -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users