summaryrefslogtreecommitdiffstats
path: root/www/c3ref/exec.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 14:07:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 14:07:39 +0000
commitcf135f596348fc12f5aee68d206eb1ae0f030a13 (patch)
tree866db2075e714d821ca3d978205d21d88c0ec48d /www/c3ref/exec.html
parentReleasing progress-linux version 3.45.1-1~progress7.99u1. (diff)
downloadsqlite3-cf135f596348fc12f5aee68d206eb1ae0f030a13.tar.xz
sqlite3-cf135f596348fc12f5aee68d206eb1ae0f030a13.zip
Merging upstream version 3.45.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'www/c3ref/exec.html')
-rw-r--r--www/c3ref/exec.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/c3ref/exec.html b/www/c3ref/exec.html
index f892dab..98edb23 100644
--- a/www/c3ref/exec.html
+++ b/www/c3ref/exec.html
@@ -186,6 +186,8 @@ is a valid and open <a href="../c3ref/sqlite3.html">database connection</a>.
the 1st parameter to sqlite3_exec() while sqlite3_exec() is running.
<li> The application must not modify the SQL statement text passed into
the 2nd parameter of sqlite3_exec() while sqlite3_exec() is running.
+<li> The application must not dereference the arrays or string pointers
+passed as the 3rd and 4th callback parameters after it returns.
</ul>
</p><p>See also lists of
<a href="../c3ref/objlist.html">Objects</a>,