[sqlite] Write ahead log

2011-06-23 Thread Grzegorz Russek
RDLCK, or _SHM_WRLCK */ int ofst, /* Offset to first byte to be locked/unlocked */ int nByte /* Number of bytes to lock or unlock */ ){ // PATCH START: _WIN32_CE/Lock/Unlock file: Grzegorz Russek int rc = 0; /* Result code form Lock/UnlockFileEx() */ #if SQLITE_OS

[sqlite] File locks

2010-07-27 Thread Grzegorz Russek
Hi, File locking/unlocking using LockFileEx/UnlockFileEx is also not supported under windows mobile platform. Cheers ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] LOCKFILE_EXCLUSIVE_LOCK

2010-07-27 Thread Grzegorz Russek
Hi, Compiling SQLite 3.7.0 under eVC4 fails due to undefined symbol: LOCKFILE_EXCLUSIVE_LOCK. Windows Mobile and Windows CE headers doesn't have definition of such symbol. Cheers ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8

[sqlite] SQLite database corruption

2010-07-20 Thread Grzegorz Russek
Hi, We're experiencing strange database corruptions using SQLite database (we are using it for over three years). We are reporting this now because one of databases got corrupted on less sensitive data which we can give you for analysis and because we wanted to reject all other possibilities of er