From: drh Date: Sat, 19 Mar 2005 15:10:45 +0000 (+0000) Subject: More documentation updates. (CVS 2401) X-Git-Tag: version-3.6.10~3757 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2cb4c10c8bd80b0cba51ed41532bdc678eaf073;p=thirdparty%2Fsqlite.git More documentation updates. (CVS 2401) FossilOrigin-Name: f065b6102db838d48f1a1a9ed68b2a09cd440cf8 --- diff --git a/manifest b/manifest index 491fe35ede..5e593a552c 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/manifest.uuid b/manifest.uuid index 8880cabfe3..ad5c5f3695 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -90a00e90663749e5d1f8e28709dfbe981f8afc8b \ No newline at end of file +f065b6102db838d48f1a1a9ed68b2a09cd440cf8 \ No newline at end of file diff --git a/www/compile.tcl b/www/compile.tcl index 5ac6c170bc..bdf7d22f7b 100644 --- a/www/compile.tcl +++ b/www/compile.tcl @@ -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.

SQLITE_OMIT_BLOB_LITERAL
When this option is defined, it is not possible to specify a blob in an SQL statement using the X'ABCD' syntax.

-

WARNING: The VACUUM command depends on this syntax for vacuuming databases -that contain blobs, so disabling this functionality may render a database -unvacuumable. +} +#

WARNING: The VACUUM command depends on this syntax for vacuuming databases +#that contain blobs, so disabling this functionality may render a database +#unvacuumable. +#

+#

TODO: Need a link here - is that syntax documented anywhere?

+puts { + +

SQLITE_OMIT_COMPLETE
+This option causes the +sqlite3_complete API to be omitted.

-

TODO: Need a link here - is that syntax documented anywhere?

SQLITE_OMIT_COMPOUND_SELECT
This option is used to omit the compound SELECT functionality. @@ -269,4 +276,3 @@ for which the schema contains VIEW objects.

} footer $rcsid -