SQLite Forum

Sqlite connections isolated even after COMMIT
Login
Ah I realized I was keeping an iterator alive the whole time (a long running SELECT) on the same connection as I was using for the test. Is it possible to update the reader's database point without stopping that long running SELECT?