Re: [sqlite] How to sort not binary?

2007-06-24 Thread drh
Yves Goergen <[EMAIL PROTECTED]> wrote: > On 22.06.2007 17:48 CE(S)T, Yves Goergen wrote: > > Match m1 = Regex.Match(param1, "^([0-9]+)"); > > if (m1.Success) > > { > > Match m2 = Regex.Match(param2, "^([0-9]+)"); > > if (m2.Success) > > { > > int cmpNum =

Re: [sqlite] Tomcat crashes with SQLite

2007-06-24 Thread drh
"Frederic de la Goublaye" <[EMAIL PROTECTED]> wrote: > My server crashed again. > > I recompiled sqlite3-3-5 with this configure option > --enable-threadsafe =yes > > But I read that sqlite has somebug under Unix with the management of the > THREADS. > Some version so of Linux have a bug.

Re: [sqlite] Tomcat crashes with SQLite

2007-06-24 Thread Frederic de la Goublaye
My server crashed again. I recompiled sqlite3-3-5 with this configure option --enable-threadsafe =yes But I read that sqlite has somebug under Unix with the management of the THREADS. Can it work with my Java code ? Thanks for attention. Frederic An unexpected exception has been detected in

RE: [sqlite] Introducing... ManagedSQLite

2007-06-24 Thread WHITE, DANIEL
Hi Sam! 1. I don't have any samples. If you would like to write some that would be great! Rob's article at Code Project Has some of his samples. Most of the functions are still the same function-wise as his. I have cleaned up the naming,

Re: [sqlite] Tomcat crashes with SQLite

2007-06-24 Thread Frederic de la Goublaye
Thanks for your answer. I just recompiled sqlite with *DTHREADSAFE=1* http://www.sqlite.org/cvstrac/wiki?p=MultiThreading I will publish the results. Cheers Frédéric On 6/22/07, Russell Leighton <[EMAIL PROTECTED]> wrote: If you did not compile sqlite as multi-threaded this is exactly what

Re: [sqlite] Introducing... ManagedSQLite

2007-06-24 Thread sqlite
Hello. Thanks for doing this. I have two questions: 1. is there sample code that uses the library in your svn? [i just scanned quickly, but there didn't seem to be] 2. do you have plans to port the test suite so they can be run against this library? Thanks! - sam - WHITE, DANIEL

RE: [sqlite] Introducing... ManagedSQLite

2007-06-24 Thread Robert Simpson
> -Original Message- > From: WHITE, DANIEL [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 23, 2007 7:29 PM > To: sqlite-users@sqlite.org > Subject: [sqlite] Introducing... ManagedSQLite > > Howdy all! > > I am just writing tonight to let you know that a project of mine has > opened up