Download List

Descripción del Proyecto

SQLite JDBC Driver for Mysaifu JVM and SQLite JNI Library for Windows (x86) and Linux (i386/PowerPC) and Mac OS X (Intel).

System Requirements

System requirement is not defined

Publicado: 2008-03-31 22:37
sqlite3jdbc 0.1.0 (3 files Ocultar)

Release Notes

SQLite3 JDBC Driver for Mysaifu JVM version 0.1.0 release.

Changelog

【追加機能一覧】
使用するSQLiteのバージョンを3.3.17にUP。
sqlite3_prepare_v2()、Extended Result Codes、Load An Extensionに対応。
データベースオープン時にPRAGMAを実行できる機能を追加(JDBC URLのパラメータに";PRAGMA name [= value]"を追加する)。

【その他】
Tracing And Profiling Functionsのサンプルコードを追加。
sqlite3_global_recover()とsqlite3_thread_cleanup()をサポート対象外に変更(非推奨関数の為)。