Re: Strange sqlite3 library behavior

2008-02-02 Thread Guilherme Polo
2008/2/2, Roel Schroeven <[EMAIL PROTECTED]>: > Victor Lin schreef: > > > Now I am now developing a program that base on sqlite3 in python. > > But there is a strange problem. > > That is, all data I insert into sqlite database do not goes into file > > in disk. > > It is really strange >

Re: Strange sqlite3 library behavior

2008-02-02 Thread Roel Schroeven
Victor Lin schreef: > Now I am now developing a program that base on sqlite3 in python. > But there is a strange problem. > That is, all data I insert into sqlite database do not goes into file > in disk. > It is really strange > Why do these data just keep in memory and discarded? sqlite3 wor