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_6_4.html | 147 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 www/releaselog/3_6_4.html (limited to 'www/releaselog/3_6_4.html') diff --git a/www/releaselog/3_6_4.html b/www/releaselog/3_6_4.html new file mode 100644 index 0000000..a7c0040 --- /dev/null +++ b/www/releaselog/3_6_4.html @@ -0,0 +1,147 @@ + + + + + +SQLite Release 3.6.4 On 2008-10-15 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.6.4 On 2008-10-15

    +
  1. Add option support for LIMIT and ORDER BY clauses on DELETE and + UPDATE statements. Only works if SQLite is compiled with + SQLITE_ENABLE_UPDATE_DELETE_LIMIT. +
  2. Added the sqlite3_stmt_status() interface for performance monitoring.
  3. +
  4. Add the INDEXED BY clause.
  5. +
  6. The LOCKING_STYLE extension is now enabled by default on Mac OS X
  7. +
  8. Added the TRUNCATE option to PRAGMA journal_mode
  9. +
  10. Performance enhancements to tree balancing logic in the B-Tree layer.
  11. +
  12. Added the + + source code and + + documentation for the genfkey program for automatically generating + triggers to enforce foreign key constraints.
  13. +
  14. Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
  15. +
  16. The SQL language documentation is converted to use +syntax diagrams instead of BNF.
  17. +
  18. Other minor bug fixes
  19. + +

+ +

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