[ andr3a ] [Tue, Apr 20, 2004 at 07:51:54PM +0200]:
> SQLite create file and remember all operations during a single session , if
> I try to reopen file or reconnect to db used, it 'll be empty.
> Does anyone know why ? Version is 0.5.0 of PySqlite and the test is this:
... ah, and by the way, PyS
[ andr3a ] [Tue, Apr 20, 2004 at 07:51:54PM +0200]:
> SQLite create file and remember all operations during a single session , if
> I try to reopen file or reconnect to db used, it 'll be empty.
> Does anyone know why ? Version is 0.5.0 of PySqlite and the test is this:
This is normal Python DB AP
SQLite create file and remember all operations during a single session , if
I try to reopen file or reconnect to db used, it 'll be empty.
Does anyone know why ? Version is 0.5.0 of PySqlite and the test is this:
import sqlite
cx = sqlite.connect("myDb")
cu = cx.cursor()
cu.execute( "create table
3 matches
Mail list logo