From 18657a960e125336f704ea058e25c27bd3900dcb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:28:19 +0200 Subject: Adding upstream version 3.40.1. Signed-off-by: Daniel Baumann --- www/releaselog/3_5_7.html | 150 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 www/releaselog/3_5_7.html (limited to 'www/releaselog/3_5_7.html') diff --git a/www/releaselog/3_5_7.html b/www/releaselog/3_5_7.html new file mode 100644 index 0000000..ebad0b0 --- /dev/null +++ b/www/releaselog/3_5_7.html @@ -0,0 +1,150 @@ + + + + + +SQLite Release 3.5.7 On 2008-03-17 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.5.7 On 2008-03-17

    +
  1. Fix a bug (ticket #2927) in the register allocation for +compound selects - introduced by the new VM code in version 3.5.5.
  2. +
  3. ALTER TABLE uses double-quotes instead of single-quotes for quoting +filenames.
  4. +
  5. Use the WHERE clause to reduce the size of a materialized VIEW in +an UPDATE or DELETE statement. (Optimization)
  6. +
  7. Do not apply the flattening optimization if the outer query is an +aggregate and the inner query contains ORDER BY. (Ticket #2943)
  8. +
  9. Additional OS/2 updates
  10. +
  11. Added an experimental power-of-two, first-fit memory allocator.
  12. +
  13. Remove all instances of sprintf() from the code
  14. +
  15. Accept "Z" as the zulu timezone at the end of date strings
  16. +
  17. Fix a bug in the LIKE optimizer that occurs when the last character +before the first wildcard is an upper-case "Z"
  18. +
  19. Added the "bitvec" object for keeping track of which pages have +been journalled. Improves speed and reduces memory consumption, especially +for large database files.
  20. +
  21. Get the SQLITE_ENABLE_LOCKING_STYLE macro working again on Mac OS X.
  22. +
  23. Store the statement journal in the temporary file directory instead of +collocated with the database file.
  24. +
  25. Many improvements and cleanups to the configure script
  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