Steve Palmer <[EMAIL PROTECTED]> wrote: > I'm currently investigating a problem with my application, SQLite > 3.2.5 and a database located on a Mac OSX Server network share that > does not seem to repro with the SQLite 3.1.3 that ships with Mac OSX > 4.1. Specifically if I place a SQLite database file on a folder on a > remote network share and attempt to access it using the sqlite3 > utility, I get different results. >
Apple added special hacks to their release of SQLite 3.1.3 that allow it to work on remote filesystems with broken file locking. For various reasons, those hacks have not been incorporated into the SQLite core, yet. -- D. Richard Hipp <[EMAIL PROTECTED]>

