summaryrefslogtreecommitdiffstats
path: root/www/opcode.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:30:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-16 17:30:14 +0000
commit30fbe79b8982a0d592ceff1f35038a83807a5e3b (patch)
treeec0680f5cd4232878365ff07b42e860a3da6178b /www/opcode.html
parentAdding debian version 3.45.2-1. (diff)
downloadsqlite3-30fbe79b8982a0d592ceff1f35038a83807a5e3b.tar.xz
sqlite3-30fbe79b8982a0d592ceff1f35038a83807a5e3b.zip
Merging upstream version 3.45.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--www/opcode.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opcode.html b/www/opcode.html
index 9a5576a..d24d2a6 100644
--- a/www/opcode.html
+++ b/www/opcode.html
@@ -217,8 +217,8 @@ output from SQLite, you should reference the version of this document
that corresponds to the version of SQLite that ran the <a href="lang_explain.html">EXPLAIN</a>.
Otherwise, the description of the opcodes may not be accurate.
This document is derived from SQLite
- version 3.45.2 check-in
-<a href='https://www.sqlite.org/src/timeline?c=d8cd6d49b46a3'>d8cd6d49b46a3</a> dated 2024-03-12.
+ version 3.45.3 check-in
+<a href='https://www.sqlite.org/src/timeline?c=8653b758870e6'>8653b758870e6</a> dated 2024-04-15.
@@ -453,8 +453,8 @@ from the file
definition for SQLite. The number of opcodes and their names and meanings
change from one release of SQLite to the next.
The opcodes shown in the table below are valid for SQLite
- version 3.45.2 check-in
-<a href='https://www.sqlite.org/src/timeline?c=d8cd6d49b46a3'>d8cd6d49b46a3</a> dated 2024-03-12.
+ version 3.45.3 check-in
+<a href='https://www.sqlite.org/src/timeline?c=8653b758870e6'>8653b758870e6</a> dated 2024-04-15.
<a name="codes"></a>