There used to be a crash problem in the native driver related to java object lifetimes and native sqlite prepared statements which is why I originally suggested dropping the weak references:
http://groups.google.com/group/sqlitejdbc/browse_thread/thread/bf8099fe472f70c2/2aeb9165e42efe54#2aeb9165e42efe54 I also noticed that PrepStmt.close() differed from Stmt.close(), and offered an untested/uncompiled possible fix: http://groups.google.com/group/sqlitejdbc/msg/e24496e53510e87f It might be worth a try. --- mp <[EMAIL PROTECTED]> wrote: > > On Apr 23, 8:53 am, "David Crawshaw" <[EMAIL PROTECTED]> wrote: > > This is the result of a bad design decision that I made when first > > writing the driver, and I am half-way through refactoring the code to > > fix it. However, I am short on time right now and it will take a week > > or two before I make a release. > > Thanks, both for the info and for the driver. > For now we temporarily patched sqlitejdbc to use weak references > again, and it seems to work for us. ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
