diff options
Diffstat (limited to '')
-rw-r--r-- | www/opcode.html | 8 |
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> |