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_2.html | 140 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 www/releaselog/3_5_2.html (limited to 'www/releaselog/3_5_2.html') diff --git a/www/releaselog/3_5_2.html b/www/releaselog/3_5_2.html new file mode 100644 index 0000000..14f7737 --- /dev/null +++ b/www/releaselog/3_5_2.html @@ -0,0 +1,140 @@ + + + + + +SQLite Release 3.5.2 On 2007-11-05 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.5.2 On 2007-11-05

    +
  1. Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time +option. +
  2. Always open files using FILE_FLAG_RANDOM_ACCESS under Windows. +
  3. The 3rd parameter of the built-in SUBSTR() function is now optional. +
  4. Bug fix: do not invoke the authorizer when reparsing the schema after +a schema change. +
  5. Added the experimental malloc-free memory allocator in mem3.c. +
  6. Virtual machine stores 64-bit integer and floating point constants +in binary instead of text for a performance boost. +
  7. Fix a race condition in test_async.c. +
  8. Added the ".timer" command to the CLI + +

+ +

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