SQLite release 3.5.8 announced
[Posted April 22, 2008 by cook]
Version 3.5.8 of SQLite, a light weight DBMS, has been
announced.
"
Changes associated with this release include the following:
Expose SQLite's internal pseudo-random number generator (PRNG) via the sqlite3_randomness() interface
New interface sqlite3_context_db_handle() that returns the database connection handle that has invoked an application-defined SQL function.
New interface sqlite3_limit() allows size and length limits to be set on a per-connection basis and at run-time.
Improved crash-robustness: write the database page size into the rollback journal header.
Allow the VACUUM command to change the page size of a database file..."
(
Log in to post comments)