From 63847496f14c813a5d80efd5b7de0f1294ffe1e3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 16:07:11 +0200 Subject: Adding upstream version 3.45.1. Signed-off-by: Daniel Baumann --- www/releaselog/3_5_8.html | 154 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 www/releaselog/3_5_8.html (limited to 'www/releaselog/3_5_8.html') diff --git a/www/releaselog/3_5_8.html b/www/releaselog/3_5_8.html new file mode 100644 index 0000000..d4cd442 --- /dev/null +++ b/www/releaselog/3_5_8.html @@ -0,0 +1,154 @@ + + + + + +SQLite Release 3.5.8 On 2008-04-16 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.5.8 On 2008-04-16

    +
  1. Expose SQLite's internal pseudo-random number generator (PRNG) + via the sqlite3_randomness() interface
  2. +
  3. New interface sqlite3_context_db_handle() that returns the + database connection handle that has invoked an application-defined + SQL function.
  4. +
  5. New interface sqlite3_limit() allows size and length limits to be + set on a per-connection basis and at run-time.
  6. +
  7. Improved crash-robustness: write the database page size into the rollback + journal header.
  8. +
  9. Allow the VACUUM command to change the page size of a database file.
  10. +
  11. The xAccess() method of the VFS is allowed to return -1 to signal + a memory allocation error.
  12. +
  13. Performance improvement: The OP_IdxDelete opcode uses unpacked records, + obviating the need for one OP_MakeRecord opcode call for each index + record deleted.
  14. +
  15. Performance improvement: Constant subexpressions are factored out of + loops.
  16. +
  17. Performance improvement: Results of OP_Column are reused rather than + issuing multiple OP_Column opcodes.
  18. +
  19. Fix a bug in the RTRIM collating sequence.
  20. +
  21. Fix a bug in the SQLITE_SECURE_DELETE option that was causing + Firefox crashes. Make arrangements to always test SQLITE_SECURE_DELETE + prior to each release.
  22. +
  23. Other miscellaneous performance enhancements.
  24. +
  25. Other miscellaneous minor bug fixes.
  26. + +

+ +

A complete list of SQLite releases + in a single page and a chronology are both also available. + A detailed history of every + check-in is available at + + SQLite version control site.

+ + -- cgit v1.2.3