![]() |
About SQLite
The SQLite distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library. |
News2005-Sep-24 - Version 3.2.7This version fixes several minor and obscure bugs. Upgrade only if you are having problems. 2005-Sep-16 - Version 3.2.6 - Critical Bug FixThis version fixes a bug that can result in database corruption if a VACUUM of a 1 gibibyte or larger database fails (perhaps do to running out of disk space or an unexpected power loss) and is later rolled back. Also in this release: The ORDER BY and GROUP BY processing was rewritten to use less memory. Support for COUNT(DISTINCT) was added. The LIKE operator can now be used by the optimizer on columns with COLLATE NOCASE. 2005-Aug-27 - Version 3.2.5This release fixes a few more lingering bugs in the new code. We expect that this release will be stable and ready for production use. 2005-Aug-24 - Version 3.2.4This release fixes a bug in the new optimizer that can lead to segfaults when parsing very complex WHERE clauses. 2005-Aug-21 - Version 3.2.3This release adds the ANALYZE command, the CAST operator, and many very substantial improvements to the query optimizer. See the change log for additional information. 2005-Aug-2 - 2005 Open Source Award for SQLite
SQLite and its primary author D. Richard Hipp have been honored with
a 2005 Open Source
Award from Google and O'Reilly. |