2009/10/15

SQLite 3.6.19 Released

이번 버전에서 수정된 사항
  • Added support for foreign key constraints. Foreign key constraints are disabled by default. Use the foreign_keys pragma to turn them on.
  • Generalized the IS and IS NOT operators to take arbitrary expressions on their right-hand side.
  • The TCL Interface has been enhanced to use the Non-Recursive Engine (NRE) interface to the TCL interpreter when linked against TCL 8.6 or later.
  • Fix a bug introduced in 3.6.18 that can lead to a segfault when an attempt is made to write on a read-only database.

SQLite homepage
SQLite download
Original Post :
http://neodreamer-dev.tistory.com/335

No comments :

Post a Comment