persistentstorage/sql/SQLite/readme.txt
changeset 0 08ec8eefde2f
child 9 667e88a979d7
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 
       
     2 - SQlite version 3_2_7, downloaded 24.Oct.2005.
       
     3 
       
     4 - SQlite version 3.3.0 alpha, downloaded 11.Jan.2006.
       
     5   New file: os.c.
       
     6   os_unix.h, os_win.h files - removed.
       
     7 
       
     8 - SQlite version 3.3.1, downloaded 16.Jan.2006.
       
     9 
       
    10 - SQlite version 3.3.1, updates, 18.Jan.2006.
       
    11 
       
    12 - SQlite version 3.3.1, updates, 19.Jan.2006.
       
    13   Memory allocation/deallocation fixes.
       
    14 
       
    15 - SQlite version 3.3.1, updates, 23.Jan.2006.
       
    16   Memory allocation/deallocation fixes.
       
    17 
       
    18 - SQlite version 3.3.3, 01.Feb.2006.
       
    19 
       
    20 - SQlite version 3.3.4, 13.Feb.2006.
       
    21 
       
    22 - SQlite update, 27.Feb.2006.
       
    23 
       
    24 - SQlite update, 26.May.2006.
       
    25 
       
    26 - SQlite update, 28.June.2006.
       
    27 
       
    28 - SQlite version 3.3.7, fixes, 04.Sep.2006.
       
    29 
       
    30 - SQlite version 3.3.7, drop 2, 04.Sep.2006.
       
    31 
       
    32 - SQlite version 3.3.9, 05.Jan.2007.
       
    33 
       
    34 - SQlite version 3.3.13, 01.Mar.2007.
       
    35 
       
    36 - SQlite version 3.3.17, 01.May.2007.
       
    37 
       
    38 - SQLITE "SoftHeapLimit" fix, 06.Sept.2007
       
    39 
       
    40 - SQLITE bug fixes for: #2686, #2418, #2409, 17.Oct.2007
       
    41 
       
    42 - SQLITE bug fixes for: DEF114297, 15.Nov.2007
       
    43 
       
    44 - SQLITE bug fixes for: DEF114698, 23.Nov.2007
       
    45 
       
    46 - SQLITE bug fixes for (including everything new in the code up to this date): DEF115300, 07.Dec.2007
       
    47 
       
    48 - SQLITE bug fixes for: DEF115556 , 14.Dec.2007
       
    49 
       
    50 - SQLITE bug fixes for: DEF116105, 04.Jan.2008
       
    51 
       
    52 - SQLITE bug fixes for: DEF115815, 08.Jan.2008
       
    53 
       
    54 - SQLITE bug fixes for: DEF116688, 21.Jan.2008
       
    55 
       
    56 - SQLITE full integration of 3.3.17 for various bug fixes, 31.Jan.2008
       
    57 
       
    58 - SQLITE full integration of 3.3.17 for bug fixes: DEF116397,DEF117622 8.Feb.2008
       
    59 
       
    60 - SQLITE full integration of 3.5.7, 25.Mar.2008
       
    61 
       
    62 - SQLITE full integration of 3.5.7, 07.May.2008
       
    63 
       
    64 - SQLITE full integration of 3.5.9, 08.May.2008
       
    65 
       
    66 - SQLITE full integration of 3.5.9, 15.May.2008
       
    67 
       
    68 - SQLITE full integration of 3.5.9, 16.May.2008
       
    69 	"PRAGMA <db>.page_count" support added
       
    70 
       
    71 - SQLITE full integration of 3.5.9, 04.June.2008
       
    72 	"PRAGMA [database].journal_size_limit" added
       
    73 
       
    74 - SQLITE full integration of 3.5.9, 10.June.2008
       
    75 	xAccess() fix + stack overflow fix + changes in the OS porting layer
       
    76 
       
    77 - SQLITE full integration of 3.6.0, 11.June.2008
       
    78 	"2 handles" to the same BLOB - fix
       
    79 	It is not a full 3.6.0 yet, but neither it is 3.5.9.
       
    80 
       
    81 - SQLITE full integration of 3.6.0, 23.June.2008
       
    82 	"Default cache size" fix.
       
    83 	SQLITE_OMIT_AUTOINIT - new macro.
       
    84 	sqlite3_initialize(void) - new function.
       
    85 	sqlite3_shutdown(void) - new function.
       
    86 	It is not a full 3.6.0 yet, but neither it is 3.5.9.
       
    87 
       
    88 - SQLITE full integration of 3.6.0, 08.July.2008
       
    89 	Fixes. 
       
    90 
       
    91 - SQLITE 3.6.0, 16.July.2008
       
    92 	Performance fix affecting databases with auto_vacuum=1.
       
    93 	(Minimises the "page move" operations) 
       
    94 
       
    95 - SQLITE 3.6.0, 21.July.2008
       
    96 	Performance improvements.
       
    97 
       
    98 - SQLITE 3.6.0, 25.July.2008
       
    99 	Performance improvements - new heap allocation strategy.
       
   100 
       
   101 - SQLITE 3.6.0, 28.July.2008
       
   102 	Performance improvements - improved heap allocation strategy.
       
   103                      "Fixed cell size" allocations.
       
   104 
       
   105 - SQLITE 3.6.0, 29.July.2008
       
   106                      "Fixed cell size" allocations - configurable.
       
   107 
       
   108 - SQLITE 3.6.0, 29.July.2008
       
   109                      UTF8<-->UTF16 conversion - optimisation.
       
   110 
       
   111 - SQLITE 3.6.1	09,September,2008
       
   112 	Fixes.