Re: [sqlite] transactions in one thread

2009-09-28 Thread Igor Tandetnik
Charles Samuels wrote: > I need to be able to see the committed version of a database while a > new transaction is in the works. I would like to open the same > database file twice in a single thread, start a transaction on one of > the database connections, make a few writes to that database, the

[sqlite] transactions in one thread

2009-09-28 Thread Charles Samuels
I need to be able to see the committed version of a database while a new transaction is in the works. I would like to open the same database file twice in a single thread, start a transaction on one of the database connections, make a few writes to that database, then on the other database conn