Documentation Source Text

Check-in [ec178c6e10]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Additional website updates associated with version 3.5.3.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ec178c6e1076251ae1cb8bae77b3889c20b4c333
User & Date: drh 2007-11-27 18:42:25.000
Context
2007-11-27
23:36
Clarify that the legacy_file_format pragma only effects new databases and does not provide information on the file format of the current database. CVSTrac ticket #2804. (check-in: 84748f6b9b user: drh tags: trunk)
18:42
Additional website updates associated with version 3.5.3. (check-in: ec178c6e10 user: drh tags: trunk)
17:43
Website pages for the 3.5.3 release. (check-in: d68f010610 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
56
57
58
59
60
61
62



63
64
65
66
67
68
69
<li>Modify the TCL interfacde to use sqlite3_prepare_v2().
<li>Fix multiple bugs that can occur following a malloc() failure.
<li>sqlite3_step() returns SQLITE_MISUSE instead of crashing when
called with a NULL parameter.
<li>FTS3 now uses the SQLite memory allocator exclusively.  The
FTS3 amalgamation can now be appended to the SQLite amalgamation to
generate a super-amalgamation containing both.



}

chng {2007 Nov 05 (3.5.2)} {
<li>Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time
option.
<li>Always open files using FILE_FLAG_RANDOM_ACCESS under windows.
<li>The 3rd parameter of the built-in SUBSTR() function is now optional.







>
>
>







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<li>Modify the TCL interfacde to use sqlite3_prepare_v2().
<li>Fix multiple bugs that can occur following a malloc() failure.
<li>sqlite3_step() returns SQLITE_MISUSE instead of crashing when
called with a NULL parameter.
<li>FTS3 now uses the SQLite memory allocator exclusively.  The
FTS3 amalgamation can now be appended to the SQLite amalgamation to
generate a super-amalgamation containing both.
<li>The DISTINCT keyword now will sometimes use an INDEX if an
appropriate index is available and the optimizer thinks its use
might be advantageous.
}

chng {2007 Nov 05 (3.5.2)} {
<li>Dropped support for the SQLITE_OMIT_MEMORY_ALLOCATION compile-time
option.
<li>Always open files using FILE_FLAG_RANDOM_ACCESS under windows.
<li>The 3rd parameter of the built-in SUBSTR() function is now optional.
Changes to pages/download.in.
88
89
90
91
92
93
94












95
96
97
98
99
100
101
  program for SQLite version VERSION.
}

Product sqlite*_analyzer-V3.bin.gz {
  An analysis program for database files compatible with SQLite 
  version VERSION and later.
}













Heading {Precompiled Binaries For Windows}

Product sqlite-V3.zip {
  A command-line program for accessing and modifing SQLite databases.
  See <a href="sqlite.html">the documentation</a> for additional information.
}







>
>
>
>
>
>
>
>
>
>
>
>







88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
  program for SQLite version VERSION.
}

Product sqlite*_analyzer-V3.bin.gz {
  An analysis program for database files compatible with SQLite 
  version VERSION and later.
}

Heading {Precompiled Binaries For Mac OSX}

Product sqlite3-V3-osx-x86.bin.gz {
  A command-line program for accessing and modifying SQLite version 3.*
  databases.  For x86 Macs only.
}

Product sqlite*_analyzer-V3-osx-x86.bin.gz {
  An analysis program for database files compatible with SQLite 
  version VERSION and later.
}

Heading {Precompiled Binaries For Windows}

Product sqlite-V3.zip {
  A command-line program for accessing and modifing SQLite databases.
  See <a href="sqlite.html">the documentation</a> for additional information.
}