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_0.html | 161 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 www/releaselog/3_6_0.html (limited to 'www/releaselog/3_6_0.html') diff --git a/www/releaselog/3_6_0.html b/www/releaselog/3_6_0.html new file mode 100644 index 0000000..846ac21 --- /dev/null +++ b/www/releaselog/3_6_0.html @@ -0,0 +1,161 @@ + + + + + +SQLite Release 3.6.0 On 2008-07-16 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.6.0 On 2008-07-16

    +
  1. Modifications to the virtual file system interface + to support a wider range of embedded systems. + See 35to36.html for additional information. + *** Potentially incompatible change ***
  2. +
  3. All C-preprocessor macros used to control compile-time options + now begin with the prefix "SQLITE_". This may require changes to + applications that compile SQLite using their own makefiles and with + custom compile-time options, hence we mark this as a + *** Potentially incompatible change ***
  4. +
  5. The SQLITE_MUTEX_APPDEF compile-time option is no longer supported. + Alternative mutex implementations can now be added at run-time using + the sqlite3_config() interface with the SQLITE_CONFIG_MUTEX verb. + *** Potentially incompatible change ***
  6. +
  7. The handling of IN and NOT IN operators that contain a NULL on their + right-hand side expression is brought into compliance with the SQL + standard and with other SQL database engines. This is a bug fix, + but as it has the potential to break legacy applications that depend + on the older buggy behavior, we mark that as a + *** Potentially incompatible change ***
  8. +
  9. The result column names generated for compound subqueries have been + simplified to show only the name of the column of the original table and + omit the table name. This makes SQLite operate more like other SQL + database engines.
  10. +
  11. Added the sqlite3_config() interface for doing run-time configuration + of the entire SQLite library.
  12. +
  13. Added the sqlite3_status() interface used for querying run-time status + information about the overall SQLite library and its subsystems.
  14. +
  15. Added the sqlite3_initialize() and sqlite3_shutdown() interfaces.
  16. +
  17. The SQLITE_OPEN_NOMUTEX option was added to sqlite3_open_v2().
  18. +
  19. Added the PRAGMA page_count command.
  20. +
  21. Added the sqlite3_next_stmt() interface.
  22. +
  23. Added a new R*Tree virtual table
  24. + +

+ +

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