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_0_7.html | 142 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 www/releaselog/3_0_7.html (limited to 'www/releaselog/3_0_7.html') diff --git a/www/releaselog/3_0_7.html b/www/releaselog/3_0_7.html new file mode 100644 index 0000000..2288603 --- /dev/null +++ b/www/releaselog/3_0_7.html @@ -0,0 +1,142 @@ + + + + + +SQLite Release 3.0.7 On 2004-09-18 + + + +
+ + + +
+
+Small. Fast. Reliable.
Choose any three. +
+ + +
+
+ + + +
+
+
+ +

SQLite Release 3.0.7 On 2004-09-18

    +
  1. The BTree module allocates large buffers using malloc() instead of + off of the stack, in order to play better on machines with limited + stack space.
  2. +
  3. Fixed naming conflicts so that versions 2.8 and 3.0 can be + linked and used together in the same ANSI-C source file.
  4. +
  5. New interface: sqlite3_bind_parameter_index()
  6. +
  7. Add support for wildcard parameters of the form: "?nnn"
  8. +
  9. Fix problems found on 64-bit systems.
  10. +
  11. Removed encode.c file (containing unused routines) from the + version 3.0 source tree.
  12. +
  13. The sqlite3_trace() callbacks occur before each statement + is executed, not when the statement is compiled.
  14. +
  15. Makefile updates and miscellaneous bug fixes.
  16. + +

+ +

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