os/persistentdata/persistentstorage/sqlite3api/SQLite/readme.txt
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/SQLite/readme.txt	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,122 @@
     1.4 +
     1.5 +- SQlite version 3_2_7, downloaded 24.Oct.2005.
     1.6 +
     1.7 +- SQlite version 3.3.0 alpha, downloaded 11.Jan.2006.
     1.8 +  New file: os.c.
     1.9 +  os_unix.h, os_win.h files - removed.
    1.10 +
    1.11 +- SQlite version 3.3.1, downloaded 16.Jan.2006.
    1.12 +
    1.13 +- SQlite version 3.3.1, updates, 18.Jan.2006.
    1.14 +
    1.15 +- SQlite version 3.3.1, updates, 19.Jan.2006.
    1.16 +  Memory allocation/deallocation fixes.
    1.17 +
    1.18 +- SQlite version 3.3.1, updates, 23.Jan.2006.
    1.19 +  Memory allocation/deallocation fixes.
    1.20 +
    1.21 +- SQlite version 3.3.3, 01.Feb.2006.
    1.22 +
    1.23 +- SQlite version 3.3.4, 13.Feb.2006.
    1.24 +
    1.25 +- SQlite update, 27.Feb.2006.
    1.26 +
    1.27 +- SQlite update, 26.May.2006.
    1.28 +
    1.29 +- SQlite update, 28.June.2006.
    1.30 +
    1.31 +- SQlite version 3.3.7, fixes, 04.Sep.2006.
    1.32 +
    1.33 +- SQlite version 3.3.7, drop 2, 04.Sep.2006.
    1.34 +
    1.35 +- SQlite version 3.3.9, 05.Jan.2007.
    1.36 +
    1.37 +- SQlite version 3.3.13, 01.Mar.2007.
    1.38 +
    1.39 +- SQlite version 3.3.17, 01.May.2007.
    1.40 +
    1.41 +- SQLITE "SoftHeapLimit" fix, 06.Sept.2007
    1.42 +
    1.43 +- SQLITE bug fixes for: #2686, #2418, #2409, 17.Oct.2007
    1.44 +
    1.45 +- SQLITE bug fixes for: DEF114297, 15.Nov.2007
    1.46 +
    1.47 +- SQLITE bug fixes for: DEF114698, 23.Nov.2007
    1.48 +
    1.49 +- SQLITE bug fixes for (including everything new in the code up to this date): DEF115300, 07.Dec.2007
    1.50 +
    1.51 +- SQLITE bug fixes for: DEF115556 , 14.Dec.2007
    1.52 +
    1.53 +- SQLITE bug fixes for: DEF116105, 04.Jan.2008
    1.54 +
    1.55 +- SQLITE bug fixes for: DEF115815, 08.Jan.2008
    1.56 +
    1.57 +- SQLITE bug fixes for: DEF116688, 21.Jan.2008
    1.58 +
    1.59 +- SQLITE full integration of 3.3.17 for various bug fixes, 31.Jan.2008
    1.60 +
    1.61 +- SQLITE full integration of 3.3.17 for bug fixes: DEF116397,DEF117622 8.Feb.2008
    1.62 +
    1.63 +- SQLITE full integration of 3.5.7, 25.Mar.2008
    1.64 +
    1.65 +- SQLITE full integration of 3.5.7, 07.May.2008
    1.66 +
    1.67 +- SQLITE full integration of 3.5.9, 08.May.2008
    1.68 +
    1.69 +- SQLITE full integration of 3.5.9, 15.May.2008
    1.70 +
    1.71 +- SQLITE full integration of 3.5.9, 16.May.2008
    1.72 +	"PRAGMA <db>.page_count" support added
    1.73 +
    1.74 +- SQLITE full integration of 3.5.9, 04.June.2008
    1.75 +	"PRAGMA [database].journal_size_limit" added
    1.76 +
    1.77 +- SQLITE full integration of 3.5.9, 10.June.2008
    1.78 +	xAccess() fix + stack overflow fix + changes in the OS porting layer
    1.79 +
    1.80 +- SQLITE full integration of 3.6.0, 11.June.2008
    1.81 +	"2 handles" to the same BLOB - fix
    1.82 +	It is not a full 3.6.0 yet, but neither it is 3.5.9.
    1.83 +
    1.84 +- SQLITE full integration of 3.6.0, 23.June.2008
    1.85 +	"Default cache size" fix.
    1.86 +	SQLITE_OMIT_AUTOINIT - new macro.
    1.87 +	sqlite3_initialize(void) - new function.
    1.88 +	sqlite3_shutdown(void) - new function.
    1.89 +	It is not a full 3.6.0 yet, but neither it is 3.5.9.
    1.90 +
    1.91 +- SQLITE full integration of 3.6.0, 08.July.2008
    1.92 +	Fixes. 
    1.93 +
    1.94 +- SQLITE 3.6.0, 16.July.2008
    1.95 +	Performance fix affecting databases with auto_vacuum=1.
    1.96 +	(Minimises the "page move" operations) 
    1.97 +
    1.98 +- SQLITE 3.6.0, 21.July.2008
    1.99 +	Performance improvements.
   1.100 +
   1.101 +- SQLITE 3.6.0, 25.July.2008
   1.102 +	Performance improvements - new heap allocation strategy.
   1.103 +
   1.104 +- SQLITE 3.6.0, 28.July.2008
   1.105 +	Performance improvements - improved heap allocation strategy.
   1.106 +                     "Fixed cell size" allocations.
   1.107 +
   1.108 +- SQLITE 3.6.0, 29.July.2008
   1.109 +                     "Fixed cell size" allocations - configurable.
   1.110 +
   1.111 +- SQLITE 3.6.0, 29.July.2008
   1.112 +                     UTF8<-->UTF16 conversion - optimisation.
   1.113 +
   1.114 +- SQLITE 3.6.1, 06.Aug.2008
   1.115 +
   1.116 +- SQLITE 3.6.2, 11.Sep.2008
   1.117 +
   1.118 +- SQLITE 3.6.2, 19.Sep.2008
   1.119 +
   1.120 +- SQLITE 3.6.2, 22.Sep.2008
   1.121 +
   1.122 +- SQLITE 3.6.3, 30.Sep.2008
   1.123 +
   1.124 +- SQLITE 3.6.3, 02.Oct.2008
   1.125 +	sqlite3_blob_write() fix