]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in documentation for SQLITE_DBSTATUS_DEFERRED_FKS .
authordrh <drh@noemail.net>
Fri, 2 Aug 2013 13:31:31 +0000 (13:31 +0000)
committerdrh <drh@noemail.net>
Fri, 2 Aug 2013 13:31:31 +0000 (13:31 +0000)
No changes to code.

FossilOrigin-Name: f3efbfcd515ad6ac833f4b26391dcc44603a96e8

manifest
manifest.uuid
src/sqlite.h.in

index 132ab9721baaaf9fd273ac78d907ee3f29951fe6..75441cbff7946565b9628e8e2a7dc1149a9919e4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sthe\sCREATE\sINDEX\sstatement\sso\sthat\strying\sto\screate\sa\sTEMP\sindex\son\na\snon-TEMP\stable\sthrows\san\serror\srather\sthan\ssegfaulting.
-D 2013-08-01T22:27:26.044
+C Fix\stypos\sin\sdocumentation\sfor\sSQLITE_DBSTATUS_DEFERRED_FKS\s.\s\s\nNo\schanges\sto\scode.
+D 2013-08-02T13:31:31.821
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -218,7 +218,7 @@ F src/resolve.c 89f9003e8316ee3a172795459efc2a0274e1d5a8
 F src/rowset.c 64655f1a627c9c212d9ab497899e7424a34222e0
 F src/select.c 91b62654caf8dfe292fb8882715e575d34ad3874
 F src/shell.c 52f975eae87c8338c4dfbf4c2842d2a0971f01fd
-F src/sqlite.h.in bf3ee0bd13583cc6d09f9649bf26a183b0cc10a6
+F src/sqlite.h.in 442c109e0c3447c34b1794971ecdb673ce08a843
 F src/sqlite3.rc fea433eb0a59f4c9393c8e6d76a6e2596b1fe0c0
 F src/sqlite3ext.h 886f5a34de171002ad46fae8c36a7d8051c190fc
 F src/sqliteInt.h 89b52c053ebafa76f03bab4f0c8ee1e390eb7489
@@ -1104,7 +1104,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 6913831ad2892fdc8331ee53426d935386eacb9e
-R c4336b3c1d9855c02f7d72f3a4291b06
+P e3c8935f8736d00dc83644fa21d86ca7fec6d2fc
+R 0f6aefa6399d232f137b72b60707de79
 U drh
-Z 038dfb0c43b0a82e8c8dc532f3798b80
+Z f14c6a4259ab5d638ccb7f2022024235
index 9f976a503654727aa288537f6f2e9bada9252c6e..bdff20e8c9b23e561d7695bb122ca4612056dbf6 100644 (file)
@@ -1 +1 @@
-e3c8935f8736d00dc83644fa21d86ca7fec6d2fc
\ No newline at end of file
+f3efbfcd515ad6ac833f4b26391dcc44603a96e8
\ No newline at end of file
index fa33a0a40c0fc51306c8993377d17fe3228c8abc..90e78d9acc8e8ca1d140f737ccdd56d31a98da5c 100644 (file)
@@ -6264,9 +6264,9 @@ int sqlite3_db_status(sqlite3*, int op, int *pCur, int *pHiwtr, int resetFlg);
 ** </dd>
 **
 ** [[SQLITE_DBSTATUS_DEFERRED_FKS]] ^(<dt>SQLITE_DBSTATUS_DEFERRED_FKS</dt>
-** <dd>This parameter returns the zero for the current value if and only if
-** there all foreign key constraints (deferred or immediate) have been
-** resolved.  The highwater mark is always 0.
+** <dd>This parameter returns zero for the current value if and only if
+** all foreign key constraints (deferred or immediate) have been
+** resolved.)^  ^The highwater mark is always 0.
 ** </dd>
 ** </dl>
 */