aboutsummaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authordan <Dan Kennedy>2025-04-19 20:08:04 +0000
committerdan <Dan Kennedy>2025-04-19 20:08:04 +0000
commitc4e7cf68ceeaec85adae8e2bb9b503ffeeb89dd2 (patch)
tree53c118f3bbf31f78d4f214ebfd847680f7bc43a0 /ext
parentf857482ed10200a6511e1c8a0f36bcf516fb2f75 (diff)
downloadsqlite-c4e7cf68ceeaec85adae8e2bb9b503ffeeb89dd2.tar.gz
sqlite-c4e7cf68ceeaec85adae8e2bb9b503ffeeb89dd2.zip
Update to comments in sqlite3session.h.
FossilOrigin-Name: ea9acb5573f4d71a314e4467d30477a1d01c8db648985750a42b3c047f404c9c
Diffstat (limited to 'ext')
-rw-r--r--ext/session/sqlite3session.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/session/sqlite3session.h b/ext/session/sqlite3session.h
index 3405dd064..232c27e50 100644
--- a/ext/session/sqlite3session.h
+++ b/ext/session/sqlite3session.h
@@ -358,9 +358,10 @@ void sqlite3session_table_filter(
** is inserted while a session object is enabled, then later deleted while
** the same session object is disabled, no INSERT record will appear in the
** changeset, even though the delete took place while the session was disabled.
-** Or, if one field of a row is updated while a session is disabled, and
-** another field of the same row is updated while the session is enabled, the
-** resulting changeset will contain an UPDATE change that updates both fields.
+** Or, if one field of a row is updated while a session is enabled, and
+** then another field of the same row is updated while the session is disabled,
+** the resulting changeset will contain an UPDATE change that updates both
+** fields.
*/
int sqlite3session_changeset(
sqlite3_session *pSession, /* Session object */