RawrUniversal / xerial

Automatically exported from code.google.com/p/xerial
0 stars 1 forks source link

Pure-java mode doesn't work #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by taroleo on 7 May 2009 at 1:40

GoogleCodeExporter commented 8 years ago
sqlite-jdbc causes the following error when running in pure-java mode ( 
System.setProperty("sqlite.purejava", "true") )

 java.lang.NullPointerException 
       at org.sqlite.NestedDB$CausedSQLException.fillInStackTrace 
(NestedDB.java:667) 
       at java.lang.Throwable.<init>(Throwable.java:181) 
       at java.lang.Exception.<init>(Exception.java:29) 
       at java.sql.SQLException.<init>(SQLException.java:122) 
       at org.sqlite.NestedDB$CausedSQLException.<init>(NestedDB.java: 
643) 
       at org.sqlite.NestedDB.call(NestedDB.java:573) 
       at org.sqlite.NestedDB.call(NestedDB.java:535) 
       at org.sqlite.NestedDB.enable_load_extension(NestedDB.java:116) 
       at org.sqlite.Conn.<init>(Conn.java:55) 
       at org.sqlite.JDBC.connect(JDBC.java:86) 
       at java.sql.DriverManager.getConnection(DriverManager.java:582) 
       at java.sql.DriverManager.getConnection(DriverManager.java:154) 

Original comment by taroleo on 7 May 2009 at 1:41

GoogleCodeExporter commented 8 years ago
Fixed in sqlite-jdbc-3.6.13.1

Original comment by taroleo on 7 May 2009 at 1:42