On Wed, Jun 01, 2011 at 09:13:30 -0700, hmas wrote:
> Here is what I've read:
> =============================================
> FYI, Compiling for Pocket PC 2003 stopped to work since version 3.7.1
> and 3.7.2. So using 3.6.23.1 for now until it gets fixed.
> =============================================
> (http://comments.gmane.org/gmane.comp.db.sqlite.general/59021)
> 
> My SQlite version is 3.7.6.3.
> 
> An answer was:
> =============================================
> There have been several posts on this issue just this week, and suggested
> workarounds.
> =============================================
> but I couldn't find what workarounds the author was talking about.

The workaround is to disable the write-ahead log by defining SQLITE_OMIT_WAL


Hm, wouldn't adding

#ifdef _WIN32_WCE
#define SQLITE_OMIT_WAL
#endif

somewhere be in order? It's not like it was possible to get WAL wokring on
WinCE given limitations of it's file locking.

-- 
                                                 Jan 'Bulb' Hudec <b...@ucw.cz>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to