Re: [sqlite] bug in proxyGetHostID()

2010-01-19 Thread Adam Swift
That code hasn't really been stress tested or qualified properly. I submitted some changes to the os_unix.c sources to address this and some other issues (proxyGetHostID now uses the gethostuuid() system api). The changes I submitted are significant and are still undergoing review prior to int

Re: [sqlite] trouble with precompiled binaries for MacOS X

2009-08-26 Thread Adam Swift
On Aug 26, 2009, at 7:03 AM, Simon Slavin wrote: > > On 26 Aug 2009, at 1:27pm, P Kishor wrote: > >> However, on a Mac you don't really want this. Just download the >> source >> code at http://www.sqlite.org/sqlite-amalgamation-3.6.17.tar.gz, >> gunzip it, run make, make install, and it will in

Re: [sqlite] Re installing original sqlite 3.1.3 on OS X

2008-09-10 Thread Adam Swift
Here's the original sqlite binary and libraries from Tiger, hopefully you should be all set after installing these. To install, run: sudo ditto -V -x -z sqlite_tiger.cz /usr - adam On Sep 9, 2008, at 4:30 PM, elizagu wrote: Hi -- I wonder if anybody can help? I recently tried to updat

Re: [sqlite] File locking additions

2006-03-09 Thread Adam Swift
On Mar 8, 2006, at 8:35 AM, Christian Smith wrote: 1. Support a variety of locking mechanisms, from the lowest granularity (using a .lock file) to the highest (the existing advisory locks). A preliminary list: .lock files, flock, afp locks, posix advisory locks. Why not start with just .

Re: [sqlite] File locking additions

2006-03-09 Thread Adam Swift
On Mar 8, 2006, at 8:01 AM, Helmut Tschemernjak wrote: Hello Adam, all, Cross platform locking is defiantly very important. The goal should be to use the identical sqlite DB via UNIX, AFP, SMB, NFS and others. My opinion is that it is not needed to have any additional open parameters, ju

Re: [sqlite] File locking additions

2006-03-09 Thread Adam Swift
On Mar 8, 2006, at 12:27 AM, Manfred Bergmann wrote: Hi. You guys already distribute a SQLite version with locking support for remote databases with Mac OSX. What would be the difference to that mechanism? This would allow for manual configuration of the locking type to be used. Curren

[sqlite] File locking additions

2006-03-07 Thread Adam Swift
ktype=flock file:///localdisk/otherdbfile.db?locktype=automatic Thanks in advance for your input. Adam Swift

[sqlite] testfixture link error in 3.3.3

2006-02-03 Thread Adam Swift
I'm wondering if others have seen this. I had to add os.c to the TESTSRC file list in the Makefile to get testfixture to link - otherwise it fails with an undefined symbol error complaint: /usr/bin/ld: Undefined symbols: _sqlite3OsFileHandle This appears to be due to the change (between 3.3