Re: [sqlite] SQLite version 3.7.2

2010-08-30 Thread TeDe
In one of the previous post someone said, that WindowsCE is not supported yet. Especially one file function of the WAL mode seems to be not compliant. When will a compatible version be available? Thanks, TeDe Am 24.08.2010 03:01, schrieb Richard Hipp: > SQLite version 3.7.2 is now available on

Re: [sqlite] SQLite version 3.7.2

2010-08-27 Thread Richard Hipp
The problem is in Apple-contributed code to work with their NFS filesystem. You can disable all of the Apple code by compiling with -DSQLITE_ENABLE_LOCKING_STYLE=0 On Fri, Aug 27, 2010 at 10:03 AM, Jim Wilcoxson wrote: > Using the SQLite Encryption Edition rev 3.7.0.1, the latest released > vers

Re: [sqlite] SQLite version 3.7.2

2010-08-27 Thread Jim Wilcoxson
Using the SQLite Encryption Edition rev 3.7.0.1, the latest released version, on OSX Tiger (10.4), results in an undefined reference to gethostuuid. Is OSX 10.4 no longer supported? Thanks, Jim -- HashBackup: easy onsite and offsite Unix backup http://sites.google.com/site/hashbackup On Mon, Au

[sqlite] SQLite version 3.7.2

2010-08-23 Thread Richard Hipp
SQLite version 3.7.2 is now available on the SQLite website: http://www.sqlite.org/ SQLite version 3.7.2 fixes a single bug that was discovered just hours after the release of 3.7.1. The bug can result in corruption of the database free-list after an incremental vacuum. The bug had nothing whats