Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2018-11-07 12:51:25
Message id: 20181107115126.01BD0FB1E@cvs.NetBSD.org
Log Message:
sqlite3: updated to 3.25.3
SQLite Release 3.25.3:
Disallow the use of window functions in the recursive part of a CTE.
Fix the behavior of typeof() and length() on virtual tables.
Strengthen defenses against deliberately corrupted database files.
Fix a problem in the query planner that results when a row-value expression is \
used with a PRIMARY KEY with redundant columns.
Fix the query planner so that it works correctly for IS NOT NULL operators in \
the ON clause of a LEFT JOIN with the SQLITE_ENABLE_STAT4 compile-time option.
Files: