Re: [sqlite] A read right after a write does not read changes

2013-12-11 Thread Darren Duncan
On 2013.12.10 6:59 PM, Paul Bainter wrote: I'm using Entity Framework to access my SQLite database and I wrote a routine today that edits an existing table record. Then in the same program (step 2), I use the key that I just used to modify the record and I create a new instance of the same

[sqlite] A read right after a write does not read changes

2013-12-10 Thread Paul Bainter
I'm using Entity Framework to access my SQLite database and I wrote a routine today that edits an existing table record. Then in the same program (step 2), I use the key that I just used to modify the record and I create a new instance of the same table and read the record that I just modified,