From: drh Date: Mon, 21 Mar 2005 01:31:36 +0000 (+0000) Subject: Update docs to say that the default_synchronous pragma has been removed. X-Git-Tag: version-3.6.10~3746 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a8245b525cec9b484e4ddc3450fe0d330e42b56;p=thirdparty%2Fsqlite.git Update docs to say that the default_synchronous pragma has been removed. Ticket #1049. (CVS 2412) FossilOrigin-Name: 21012bba176035ff69f860936794a6c2a8eac9df --- diff --git a/manifest b/manifest index d1aec4a34e..4ace199f17 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C fix\stypo\sin\sCREATE\sVIEW\sdocumentation.\s\sTicket\s#1135.\s(CVS\s2411) -D 2005-03-21T01:24:02 +C Update\sdocs\sto\ssay\sthat\sthe\sdefault_synchronous\spragma\shas\sbeen\sremoved.\nTicket\s#1049.\s(CVS\s2412) +D 2005-03-21T01:31:37 F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -268,7 +268,7 @@ F www/oldnews.tcl 61e4b210569e3f45b2df77482ddabb3fa2e8a8a6 F www/omitted.tcl f1e57977299c3ed54fbae55e4b5ea6a64de39e19 F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5 -F www/pragma.tcl 3b7d88d6545e9b8ea4a3661e0be5e0f0e9817466 +F www/pragma.tcl 20ea0674d96bfea23a9825fb5a6a2214ee258b17 F www/quickstart.tcl 6f6f694b6139be2d967b1492eb9a6bdf7058aa60 F www/speed.tcl 656ed5be8cc9d536353e1a96927b925634a62933 F www/sqlite.tcl b51fd15f0531a54874de785a9efba323eecd5975 @@ -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 876d09d9145775956913e975c29e81d7553839ac -R 102adcb61d5e412e042bc001de9a5328 +P 38897a509a98188a06c49c01a71ddf8835c7b607 +R 1b4a441146adb0ecc52175bfdcd6efd5 U drh -Z 0f028b267572ce51730f974e5e04b5b2 +Z fc644c5b33bbdb85ae450e1f8b341f3b diff --git a/manifest.uuid b/manifest.uuid index c38c7d1e87..df5050900a 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -38897a509a98188a06c49c01a71ddf8835c7b607 \ No newline at end of file +21012bba176035ff69f860936794a6c2a8eac9df \ No newline at end of file diff --git a/www/pragma.tcl b/www/pragma.tcl index e968ad2d80..40dd64f337 100644 --- a/www/pragma.tcl +++ b/www/pragma.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the pragma.html file. # -set rcsid {$Id: pragma.tcl,v 1.11 2005/02/19 13:05:48 drh Exp $} +set rcsid {$Id: pragma.tcl,v 1.12 2005/03/21 01:31:37 drh Exp $} source common.tcl header {Pragma statements supported by SQLite} @@ -132,6 +132,14 @@ puts { you can set the cache size once and that setting is retained and reused every time you reopen the database.

+ +
  • PRAGMA default_synchronous;

    +

    This pragma was available in version 2.8 but was removed in version + 3.0. It is a dangerous pragma whose use is discouraged. To help + dissuide users of version 2.8 from employing this pragma, the documentation + will not tell you what it does.

  • + +
  • PRAGMA empty_result_callbacks;
    PRAGMA empty_result_callbacks =
    0 | 1;