]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Additional tweaks to API documentation. No functional code changes.
authordrh <drh@noemail.net>
Fri, 7 May 2010 18:23:24 +0000 (18:23 +0000)
committerdrh <drh@noemail.net>
Fri, 7 May 2010 18:23:24 +0000 (18:23 +0000)
FossilOrigin-Name: e1230782a371f09cd46dacc8ecbc6a0c5baab2d5

manifest
manifest.uuid
src/sqlite.h.in

index 8ac08f6b795e138a440223a2e87c6fd492506041..28ef17810eeff674a54c7916875fb03ffd406bdd 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-C Updates\sto\sdocumentation\son\sthe\sC\sinterfaces\ssupporting\sWAL.\s\sNo\sfunctional\nchanges\sto\scode.
-D 2010-05-07T13:57:12
+C Additional\stweaks\sto\sAPI\sdocumentation.\s\sNo\sfunctional\scode\schanges.
+D 2010-05-07T18:23:25
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -171,7 +171,7 @@ F src/resolve.c ac5f1a713cd1ae77f08b83cc69581e11bf5ae6f9
 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697
 F src/select.c c03d8a0565febcde8c6a12c5d77d065fddae889b
 F src/shell.c fd4ccdb37c3b68de0623eb938a649e0990710714
-F src/sqlite.h.in 72407bf49d35744cbfd13f6d51f1a03b15c5f263
+F src/sqlite.h.in aa54957165356be128b9c8baf3fc66592cb2da7f
 F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89
 F src/sqliteInt.h 9819b45610abeca390176243a9a31758c1f0ac7a
 F src/sqliteLimit.h 196e2f83c3b444c4548fc1874f52f84fdbda40f3
@@ -816,14 +816,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 79b52d0ff7a7b717bde55b97ff05ad17418bc7d7
-R cf887097965d8442a23107a6bcf8ae69
+P 681ba20cf077e9a0fccd51ed50101ad0f2c67eb3
+R d93fe5d7a022d828466356fc5c3d115a
 U drh
-Z 3287b7b783eafdd741af3505682fd853
+Z b6f25889c2827c3df48865eb571dc2c2
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFL5Bw7oxKgR168RlERAnMgAJ97SOKasZYbinquvGNYLuxkfkXlhgCfSe8C
-y1iASut6U+xw7S/tf+oygHc=
-=Uyfx
+iD8DBQFL5FqjoxKgR168RlERAkpDAKCLOKLETC2lxFAjTa52s6k4khvc8QCfas5Z
+/QOnAmlom2QxcknPDDqWyas=
+=uwDy
 -----END PGP SIGNATURE-----
index dbe115d5bbecab264b13181a62754a1ec8d0bea0..f1c557b3637a3279d14a5363c4d1e45be60cc32c 100644 (file)
@@ -1 +1 @@
-681ba20cf077e9a0fccd51ed50101ad0f2c67eb3
\ No newline at end of file
+e1230782a371f09cd46dacc8ecbc6a0c5baab2d5
\ No newline at end of file
index f2b25c0ad6f6e510f54ce4dba71bfb08546e5329..15daf971f874839ede560f760d1e5c6b0531811b 100644 (file)
@@ -5830,11 +5830,11 @@ int sqlite3_wal_autocheckpoint(sqlite3 *db, int N);
 ** ^The [sqlite3_wal_checkpoint(D,X)] interface causes database named X
 ** on [database connection] D to be [checkpointed].  ^If X is NULL or an
 ** empty string, then a checkpoint is run on all databases of
-** connection D.  If the database connection D is not in
+** connection D.  ^If the database connection D is not in
 ** [WAL | write-ahead log mode] then this interface is a harmless no-op.
 **
-** The [wal_checkpoint pragma] can be used to invoke this interface
-** from SQL.  The [sqlite3_wal_autocheckpoint()] interface and the
+** ^The [wal_checkpoint pragma] can be used to invoke this interface
+** from SQL.  ^The [sqlite3_wal_autocheckpoint()] interface and the
 ** [wal_autocheckpoint pragma] can be used to cause this interface to be
 ** run whenever the WAL reaches a certain size threshold.
 */