Re: [sqlite] configure syntax error on HP

2008-06-22 Thread Jay A. Kreibich
On Sun, Jun 22, 2008 at 05:36:32PM -0400, Matt Sergeant scratched on the wall: > On Sat, 21 Jun 2008 11:50:31 +0700, Dan wrote: > >> On Thu, 19 Jun 2008 12:05:56 -0400, D. Richard Hipp wrote: > >>> On Jun 19, 2008, at 11:49 AM, Matt Sergeant wrote: > > Note that there are some C++ style

Re: [sqlite] configure syntax error on HP

2008-06-22 Thread Matt Sergeant
On Sat, 21 Jun 2008 11:50:31 +0700, Dan wrote: > >> On Thu, 19 Jun 2008 12:05:56 -0400, D. Richard Hipp wrote: >>> >>> On Jun 19, 2008, at 11:49 AM, Matt Sergeant wrote: Note that there are some C++ style comments crept back into the code (I noticed in the amalgamation, so I

Re: [sqlite] printf-8.2 test failure on Solaris on SPARC 64-bit

2008-06-22 Thread Nicolas Williams
On Fri, Jun 20, 2008 at 10:15:09PM -0400, Eric Minbiole wrote: > I agree that you are on the right track-- the format doesn't portably > match the values. However, I think the %lu part is correct-- "long" is > the only C type guaranteed to be at least 32 bits. Instead, I think the > issue is

Re: [sqlite] Locked database problem

2008-06-22 Thread Igor Tandetnik
"Lothar Behrens" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have s question about avoiding locked database errors by closing a > connection in these circumstances. Opening a connection doesn't acquire any locks, and closing doesn't release any. Starting and finishing

[sqlite] Locked database problem

2008-06-22 Thread Lothar Behrens
Hi, I have s question about avoiding locked database errors by closing a connection in these circumstances. In my test application this works and I also can see that the related data has been inserted. But in my main application I also close the connection without success. Is it possible,