[sqlite] read uncommitted data consistency

2015-02-21 Thread Simon Slavin
On 21 Feb 2015, at 9:01pm, Yuriy Stelmakh wrote: > When using read uncommitted pragma, is it possible to get a row of data > where some columns reflect state of that row at one point, while others at > another? For example when you are reading in one thread while writing in > another. No.

[sqlite] read uncommitted data consistency

2015-02-21 Thread Yuriy Stelmakh
When using read uncommitted pragma, is it possible to get a row of data where some columns reflect state of that row at one point, while others at another? For example when you are reading in one thread while writing in another. Thank you!

[sqlite] read uncommitted data consistency

2015-02-21 Thread Jay Kreibich
On Feb 21, 2015, at 5:36 PM, Simon Slavin wrote: > > On 21 Feb 2015, at 9:01pm, Yuriy Stelmakh wrote: > >> When using read uncommitted pragma, is it possible to get a row of data >> where some columns reflect state of that row at one point, while others at >> another? For example when you