More documentation updates. (CVS 2401)

FossilOrigin-Name: f065b6102db838d48f1a1a9ed68b2a09cd440cf8
This commit is contained in:
drh 2005-03-19 15:10:45 +00:00
parent 47b4b29b12
commit c2cb4c10c8
3 changed files with 19 additions and 13 deletions

View File

@ -1,5 +1,5 @@
C Preparations\sfor\sthe\srelease\sof\sversion\s3.2.0.\s(CVS\s2400)
D 2005-03-19T14:45:49
C More\sdocumentation\supdates.\s(CVS\s2401)
D 2005-03-19T15:10:45
F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -245,7 +245,7 @@ F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
F www/capi3ref.tcl 59c7da9ef1f24dcb10b247cd3b7452cf76ab36f0
F www/changes.tcl 2a01ed8f51729365d190e5adbae7aee61499a6cc
F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
F www/compile.tcl 65b26bdfc964b66c5f0af841718a52f9795ceb05
F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
F www/copyright-release.pdf cfca3558fc97095e57c6117d08f1f5b80d95125a
@ -277,7 +277,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
P aee888ca58a7d059ff3ccb26bf0924550d54ab1c
R c29caad866fc92d0ecab41a8c373b379
P 90a00e90663749e5d1f8e28709dfbe981f8afc8b
R b87c30888e4a9264bec8715ac90b8e35
U drh
Z 879278758b279ffc4d2f1084c6b49b27
Z b19b05f5c3b18978c53300f98dffca49

View File

@ -1 +1 @@
90a00e90663749e5d1f8e28709dfbe981f8afc8b
f065b6102db838d48f1a1a9ed68b2a09cd440cf8

View File

@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the compile.html file.
#
set rcsid {$Id: compile.tcl,v 1.4 2005/02/09 01:40:25 danielk1977 Exp $ }
set rcsid {$Id: compile.tcl,v 1.5 2005/03/19 15:10:45 drh Exp $ }
source common.tcl
header {Compilation Options For SQLite}
@ -118,11 +118,18 @@ respected if it already exists.
<p><b>SQLITE_OMIT_BLOB_LITERAL</b><br>
When this option is defined, it is not possible to specify a blob in
an SQL statement using the X'ABCD' syntax.</p>
<p>WARNING: The VACUUM command depends on this syntax for vacuuming databases
that contain blobs, so disabling this functionality may render a database
unvacuumable.
}
#<p>WARNING: The VACUUM command depends on this syntax for vacuuming databases
#that contain blobs, so disabling this functionality may render a database
#unvacuumable.
#</p>
#<p><i>TODO: Need a link here - is that syntax documented anywhere?</i><p>
puts {
<p><b>SQLITE_OMIT_COMPLETE</b><br>
This option causes the <a href="capi3ref.html#sqlite3_complete">
sqlite3_complete</a> API to be omitted.
</p>
<p><i>TODO: Need a link here - is that syntax documented anywhere?</i><p>
<p><b>SQLITE_OMIT_COMPOUND_SELECT</b><br>
This option is used to omit the compound SELECT functionality.
@ -269,4 +276,3 @@ for which the schema contains VIEW objects.
</p>
}
footer $rcsid