Re: [sqlite] SQLiteJDBC is now 100% Pure Java

2006-12-14 Thread David Crawshaw
On 14/12/06, Christian Smith <[EMAIL PROTECTED]> wrote: > http://www.zentus.com/sqlitejdbc Is locking now handled by NestedVM so that the driver is useable with native SQLite processes? Yes, that's why it took me so long. :) I have implemented fcntl() locking using java.nio.*, which means it r

Re: [sqlite] SQLiteJDBC is now 100% Pure Java

2006-12-14 Thread Christian Smith
David Crawshaw uttered: For several months now I have been providing a Java JDBC driver for SQLite 3. Now I am happy to announce with v030, the completion of a 100% Pure Java version. http://www.zentus.com/sqlitejdbc This is accomplished with the support of the great NestedVM project. The SQLi

[sqlite] SQLiteJDBC is now 100% Pure Java

2006-12-12 Thread David Crawshaw
For several months now I have been providing a Java JDBC driver for SQLite 3. Now I am happy to announce with v030, the completion of a 100% Pure Java version. http://www.zentus.com/sqlitejdbc This is accomplished with the support of the great NestedVM project. The SQLite C source is compiled by