2008/12/18

강력한 무료 로컬 데이터베이스 시스템 - SQLite 3.6.7 Released!



무료 로컬 데이터베이스인 SQLite 가 3.6.7 버전을 공개하였다.

이번 버전에서 바뀐점은 다음과 같다.


  • Reorganize the Unix interface in os_unix.c

  • Added support for "Proxy Locking" on MacOSX.

  • Changed the prototype of the sqlite3_auto_extension() interface in a way that is backwards compatible but which might cause warnings in new builds of applications that use that interface.

  • Changed the signature of the xDlSym method of the sqlite3_vfs object in a way that is backwards compatible but which might cause compiler warnings.

  • Added superfluous casts and variable initializations in order to suppress nuisance compiler warnings.

  • Fixes for various minor bugs.


제작사 측은 이전 버전중 3.6.6.2 버전 사용자는 업그레이드 필요성이 많지 않지만  3.6.4 에서 3.6.6.1 버전까지 사용자는 3.6.7 로 바꾸는길 권하고 있다.

SQLite 홈페이지
SQLite 다운로드 페이지
Original Post :
http://neodreamer-dev.tistory.com/220

No comments :

Post a Comment