Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2021-03-30 09:51:16
Message id: 20210330075116.99EEDFA95@cvs.NetBSD.org
Log Message:
sqlite3: updated to 3.35.3
changes in version 3.35.3
Enhance the OP_OpenDup opcode of the bytecode engine so that it works even if \
the cursor being duplicated itself came from OP_OpenDup. Fix for ticket \
bb8a9fd4a9b7fce5. This problem only came to light due to the recent MATERIALIZED \
hint enhancement.
When materializing correlated common table expressions, do so separately for \
each use case, as that is required for correctness. This fixes a problem that \
was introduced by the MATERIALIZED hint enhancement.
Fix a problem in the filename normalizer of the unix VFS.
Fix the "box" output mode in the CLI so that it works with statements \
that returns one or more rows of zero columns (such as PRAGMA \
incremental_vacuum). Forum post afbbcb5b72.
Improvements to error messages generated by faulty common table expressions. \
Forum post aa5a0431c99e.
Fix some incorrect assert() statements.
Fix to the SELECT statement syntax diagram so that the FROM clause syntax is \
shown correctly. Forum post 9ed02582fe.
Fix the EBCDIC character classifier so that it understands newlines as \
whitespace. Forum post 58540ce22dcd.
Improvements the xBestIndex method in the implementation of the (unsupported) \
wholenumber virtual table extension so that it does a better job of convincing \
the query planner to avoid trying to materialize a table with an infinite number \
of rows.
Files: