]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix error in a comment in sqlite3session.h. No changes to code.
authordan <dan@noemail.net>
Sat, 16 Jul 2011 18:35:53 +0000 (18:35 +0000)
committerdan <dan@noemail.net>
Sat, 16 Jul 2011 18:35:53 +0000 (18:35 +0000)
FossilOrigin-Name: 70c84e50209722a61d66fd737e42d49275745b62

ext/session/sqlite3session.h
manifest
manifest.uuid

index 3c27d22ff8b94a2713f2c8438f8550f0ba341113..3a1c470ca80f0a38296cee5f678bcddfc1480695 100644 (file)
@@ -296,12 +296,13 @@ int sqlite3session_isempty(sqlite3_session *pSession);
 **
 ** Assuming the changeset blob was created by one of the
 ** [sqlite3session_changeset()], [sqlite3changeset_concat()] or
-** [sqlite3changest_invert()], all changes within the changeset that apply
-** to a single table are grouped together. This means that when an application
-** iterates through a changeset using an iterator created by this function,
-** all changes that relate to a single table are visted consecutively. There 
-** is no chance that the iterator will visit a change the applies to table X, 
-** then one for table Y, and then later on visit another change for table X.
+** [sqlite3changeset_invert()] functions, all changes within the changeset 
+** that apply to a single table are grouped together. This means that when 
+** an application iterates through a changeset using an iterator created by 
+** this function, all changes that relate to a single table are visted 
+** consecutively. There is no chance that the iterator will visit a change 
+** the applies to table X, then one for table Y, and then later on visit 
+** another change for table X.
 */
 int sqlite3changeset_start(
   sqlite3_changeset_iter **pp,    /* OUT: New changeset iterator handle */
index c0d06c45481446c38534280f6a2a1ffcd1ede487..141967fdc420c3511c109f21ea51e42287972f33 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Note\sin\sthe\sdocumentation\sthat\swhen\siterating\sthrough\sa\schangeset,\sall\schanges\sto\sa\ssingle\stable\sare\sgrouped\stogether.\sAlso\sadd\sthe\ssqlite3session_isempty()\sfunction.
-D 2011-07-16T18:05:07.557
+C Fix\serror\sin\sa\scomment\sin\ssqlite3session.h.\sNo\schanges\sto\scode.
+D 2011-07-16T18:35:53.645
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -111,7 +111,7 @@ F ext/session/session6.test 443789bc2fca12e4f7075cf692c60b8a2bea1a26
 F ext/session/session_common.tcl 1539d8973b2aea0025c133eb0cc4c89fcef541a5
 F ext/session/sessionfault.test 401045278298a242cbc2e4bc986c102f01ff2180
 F ext/session/sqlite3session.c b35e70924598794e157325eb7176523293f1d48c
-F ext/session/sqlite3session.h b977d0bae338918c64f4f18f03f4648ad91df407
+F ext/session/sqlite3session.h 8dec372049532017d71c992609ca5450de7c5520
 F ext/session/test_session.c ea4dc9b4a1895c8e6bddcbfe3838d7eb57df2d99
 F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 x
 F ltmain.sh 3ff0879076df340d2e23ae905484d8c15d5fdea8
@@ -961,7 +961,7 @@ F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00
 F tool/tostr.awk 11760e1b94a5d3dcd42378f3cc18544c06cfa576
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
 F tool/warnings.sh 347d974d143cf132f953b565fbc03026f19fcb4d
-P 5ac4a06111b5fad5f58c20ef5d2b65aeb23e105a
-R 3578d3e546ebd39820e5a49b01cb2c15
+P 364f3b820a26f9b15cf74a0222ed5e302becc54f
+R 7e574e123b2972c02a13eb4ef0e5a00a
 U dan
-Z 84bc1b5f26e12cf6f38c5104884f25b6
+Z 6474c382418a7e49b9385e31f9ee66e8
index 06c77079506e1fc434aff1e47e79e5b4bbfed225..03dc0faed68bb85e3bfed15cff14394051403437 100644 (file)
@@ -1 +1 @@
-364f3b820a26f9b15cf74a0222ed5e302becc54f
\ No newline at end of file
+70c84e50209722a61d66fd737e42d49275745b62
\ No newline at end of file