Re: [sqlite] WAL locking problem on Windows CE

2010-12-10 Thread Shane Harrelson
On Fri, Dec 10, 2010 at 9:06 AM, Richard Hipp wrote: > On Fri, Dec 10, 2010 at 4:02 AM, Nicklas Larsson > wrote: > >> Hi, >> >> we have been running SQLite (3.6.21) successfully on Windows CE for a >> while. >> When upgrading to version 3.7.3 our intent was to enable WAL. However, we >> ran into

Re: [sqlite] WAL locking problem on Windows CE

2010-12-10 Thread Richard Hipp
On Fri, Dec 10, 2010 at 4:02 AM, Nicklas Larsson wrote: > Hi, > > we have been running SQLite (3.6.21) successfully on Windows CE for a > while. > When upgrading to version 3.7.3 our intent was to enable WAL. However, we > ran into problems related to the locking mechanism. > > In method winShmSys

[sqlite] WAL locking problem on Windows CE

2010-12-10 Thread Nicklas Larsson
Hi, we have been running SQLite (3.6.21) successfully on Windows CE for a while. When upgrading to version 3.7.3 our intent was to enable WAL. However, we ran into problems related to the locking mechanism. In method winShmSystemLock calls are made to LockFileEx with parameters that will make 'wi