Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-31 Thread Bill Bumgarner
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. A bit more detail; Apple shipped with 3.1.3 with locking support for various

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-28 Thread Steve Palmer
Thanks! That helps tremendously. As regards merging the changes, I've been in touch with drh over this and I understand he is already looking into this patch. So in the interest of not duplicating effort, I'm not going to make any attempt to submit a merge of these changes back into the mos

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-28 Thread Aaron Burghardt
The Makefile has this line: include $(MAKEFILEPATH)/CoreOS/ReleaseControl/GNUSource.make so you will need the Darwin project CoreOSMakefiles-30. Working backwards, GNUSource.make includes Common.make, which defines OBJROOT to be /tmp/$(ProjectName)/Build. With this, I found the built

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-28 Thread Steve Palmer
Has anybody tried building that though? If you download the files from http://www.sqlite.org/cvstrac/tktview?tn=1240 and run make from the root of the expanded folder then it will go through the process of configuring and building, but I can't find the output files anywhere. A search under

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-27 Thread vidushi tandon
hi all can you please tell me is their any sqlite source code available for the java rgds vidushi tandon --- Aaron Burghardt <[EMAIL PROTECTED]> wrote: > You can take a look at what Apple has done for OS X > here: > > http://www.opensource.apple.com/darwinsource/10.4/SQLite-28/ > > Do

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-27 Thread Aaron Burghardt
You can take a look at what Apple has done for OS X here: http://www.opensource.apple.com/darwinsource/10.4/SQLite-28/ Don't be mislead by the project name--it is SQLite 3. I haven't studied it closely, but it should allow you to build exactly what Apple shipped. The Makefile has reference

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-25 Thread Steve Palmer
What are those reasons and is there any expectation that they can be made available as patches for folks who build SQLite privately? I cannot use the libsqlite3.dylib that comes with Mac OSX 10.4 since my application needs to run on 10.3.9 too and there is no equivalent static version that I can f

Re: [sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-25 Thread drh
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 data

[sqlite] SQLite 3.2.5 and Mac OSX network folders

2005-10-24 Thread Steve Palmer
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 shar