2010/12/09

SQLite Release 3.7.4.0 (정적/동적 라이브러리 포함)

SQLite 가 버전업이 되었다. 3.7.2 버전 미만을 사용하고 있을경우 업그레이드를 권장하고 있다.




SQLite Release 3.7.4 On 2010 December 08 (3.7.4)


  • Added the sqlite3_blob_reopen() interface to allow an existing sqlite3_blob object to be rebound to a new row.

  • Use the new sqlite3_blob_reopen() interface to improve the performance of FTS.

  • VFSes that do not support shared memory are allowed to access WAL databases if PRAGMA locking_mode is set to EXCLUSIVE.

  • Enhancements to EXPLAIN QUERY PLAN.

  • Added the sqlite3_stmt_readonly() interface.

  • Added PRAGMA checkpoint_fullfsync.

  • Added the SQLITE_FCNTL_FILE_POINTER option to sqlite3_file_control().

  • Added support for FTS4 and enhancements to the FTS matchinfo() function.

  • Added the test_superlock.c module which provides example code for obtaining an exclusive lock to a rollback or WAL database.

  • Added the test_multiplex.c module which provides an example VFS that provides multiplexing (sharding) of a DB, splitting it over multiple files of fixed size.

  • A very obscure bug associated with the or optimization was fixed.





이번 버전 역시 정적 라이브러리 컴파일 시도 할 때 sqlite3rtree.h 파일이 없어 sqlite-src-3070400.zip\sqlite-src-3070400\ext\rtree\ 에 포함되어 있던 파일을 이용하였다.




SQLite Homepage




No comments :

Post a Comment