|
|
Log in / Subscribe / Register

SQLite 3.3.9 released

Version 3.3.9 of SQLite, a light weight DBMS, is out. "Version 3.3.9 fixes bugs that can lead to database corruption under obsure and difficult to reproduce circumstances. See DatabaseCorruption in the wiki for details. This release also add the new sqlite3_prepare_v2() API and includes important bug fixes in the command-line shell and enhancements to the query optimizer. Upgrading is recommended."

to post comments

SQLite 3.3.9 released

Posted Jan 13, 2007 20:21 UTC (Sat) by nlucas (subscriber, #33793) [Link]

SQLite 3.3.10 was already released to fix bugs on the 3.3.9 release.

It seems 3.3.11 is no far, because of a bug in the new sqlite3_step_v2() function (which intends to replace the "old" sqlite3_step() function).


Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds