Following up:

>>> I think the solution might be as simple as compiling with - 
>>> DSQLITE_ENABLE_LOCKING_STYLE=1.  This option only works on a Mac.   
>>> It enables some Apple-contributed code that does file locking that  
>>> works on AFP as well as on other network filesystems that the Mac  
>>> supports.
>>

AFAIK, this option is:

1. Enabled in the SQLite bundled on Mac OS X systems.

2. Disabled in the SQLite binary for Mac OS X on the SQLite web site:
http://www.sqlite.org/download.html
http://www.sqlite.org/sqlite3-3_5_9-osx-x86.bin.gz

3. Disabled in the source code.

Can you please tell me:

Can you please enable this by default in the Mac OS X binary and  
source code? This would help with compatibility between the behavior  
of the default SQLite install and any updates. For instance, at least  
one JDBC developer (which affects at least a dozen SQLite GUI tools on  
the Mac) will only include the locking fix if the "standard" Mac OS  
binary also includes it.

Thanks,
Tom
BareFeet

  --
SQLite GUI tools for Mac OS X compared at:
http://www.tandb.com.au/sqlite/compare/

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to