[sqlite] Obscure peculiarity with 3.9.2

2015-12-09 Thread R Smith
On 2015/12/09 10:55 PM, Richard Hipp wrote: > On 12/9/15, R Smith wrote: >> One of our systems suddenly started to play up after upgrading to 3.9.2 >> from 3.8.8 (so I am not sure exactly when the oddity was introduced). >> >> SQLite: >> v 3.9.2 linked on WIndows (various versions) in a 32 bit

[sqlite] Obscure peculiarity with 3.9.2

2015-12-09 Thread R Smith
One of our systems suddenly started to play up after upgrading to 3.9.2 from 3.8.8 (so I am not sure exactly when the oddity was introduced). SQLite: v 3.9.2 linked on WIndows (various versions) in a 32 bit application via the exact 32bit DLL published on the downloads page on sqlite.org. The

[sqlite] Obscure peculiarity with 3.9.2

2015-12-09 Thread Richard Hipp
On 12/9/15, R Smith wrote: > One of our systems suddenly started to play up after upgrading to 3.9.2 > from 3.8.8 (so I am not sure exactly when the oddity was introduced). > > SQLite: > v 3.9.2 linked on WIndows (various versions) in a 32 bit application via > the exact 32bit DLL published on

[sqlite] Obscure peculiarity with 3.9.2

2015-12-09 Thread J Decker
Once upon a time, journals would delete when all statements were closed. I find now to get all journals to delete you must also close all connections(opens). Figure at some point someone decided it was more optimal to leave journals around instead of recreating them on every statement (which it