Re: [sqlite] PySqlite 0.5 on Windows 2000 SP4

2004-04-20 Thread Michal Pasternak
[ 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

Re: [sqlite] PySqlite 0.5 on Windows 2000 SP4

2004-04-20 Thread Michal Pasternak
[ 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] PySqlite 0.5 on Windows 2000 SP4

2004-04-20 Thread [ andr3a ]
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