Index: VERSION ================================================================== --- VERSION +++ VERSION @@ -1,1 +1,1 @@ -3.3.9 +3.3.10 Index: www/changes.tcl ================================================================== --- www/changes.tcl +++ www/changes.tcl @@ -22,18 +22,35 @@ puts "" } puts "
$date
" puts "

" } + +chng {2007 January 9 (3.3.10)} { +
  • Fix bugs in the implementation of the new +sqlite3_prepare_v2() API +that can lead to segfaults.
  • +
  • Fix 1-second round-off errors in the + +strftime() function
  • +
  • Enhance the windows OS layer to provide detailed error codes
  • +
  • Work around a win2k problem so that SQLite can use single-character +database file names
  • +
  • The +user_version and +schema_version pragmas +correctly set their column names in the result set
  • +
  • Documentation updates
  • +} chng {2007 January 4 (3.3.9)} {
  • Fix bugs in pager.c that could lead to database corruption if two processes both try to recover a hot journal at the same instant
  • Added the sqlite3_prepare_v2() API.
  • Fixed the ".dump" command in the command-line shell to show -triggers and views again.
  • +indices, triggers and views again.
  • Change the table_info pragma so that it returns NULL for the default value if there is no default value
  • Support for non-ASCII characters in win95 filenames
  • Query optimizer enhancements: