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