diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:43 +0000 |
commit | 0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554 (patch) | |
tree | 578e4cc29563a2d3d6aeefe4f19ecb2eb4527206 /www/session | |
parent | Releasing progress-linux version 3.46.0-1~progress7.99u1. (diff) | |
download | sqlite3-0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554.tar.xz sqlite3-0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554.zip |
Merging upstream version 3.46.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | www/sessionintro.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/sessionintro.html b/www/sessionintro.html index efde36f..f16fa1f 100644 --- a/www/sessionintro.html +++ b/www/sessionintro.html @@ -505,7 +505,7 @@ above for details. </p><div class="codeblock"><pre><i>/* ** Conflict handler callback used by apply_changeset(). See below. */</i> -static int xConflict(void *pCtx, int eConflict, sqlite3_changset_iter *pIter){ +static int xConflict(void *pCtx, int eConflict, sqlite3_changeset_iter *pIter){ int ret = (int)pCtx; return ret; } @@ -647,5 +647,5 @@ available for the use and manipulation of changeset and patchset blobs: original. If changeset C<sup>+</sup> is the inverse of changeset C, then applying C and then C<sup>+</sup> to a database should leave the database unchanged. -</p></li></ul> +</p></li></ul><p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/sessionintro.in?m=20ce2b0e76">2024-06-01 14:57:22</a> UTC </small></i></p> |