> > Looking inside the jar files to compare them, I cant see a > > NestedDB.class file or a NestedDB$CausedSQLException.class file in the > > 035 jar but they are in the 034 jar.
Oops. v036 it is. > Side note: I prefer the design of the old all-in-one style of > sqlitejdbc jar that 034 and previous versions had. If it > could find the JNI shared library it would use it, otherwise > it would fallback to the pure java nested version. We still have that. Grab the -nested.jar, it has all the class files in it but will load the JNI library if it finds it. The cut down -native.jar doesn't have NestedVM in it, so it is much smaller (35kb to 824kb), so I think it is worth publishing for people who aren't interested in a slow pure java version. Importantly: v036 contains Joe Wilson's NestedVM patches. It also supports the Calendar object on getDate(), which may help with Hibernate support. d. --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
