Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2022-03-14 11:01:19
Message id: 20220314100119.C4683FB24@cvs.NetBSD.org
Log Message:
sqlite3: updated to 3.38.1
3.38.1 (2022-03-12):
Fix problems with the new Bloom filter optimization that might cause some \
obscure queries to get an incorrect answer.
Fix the localtime modifier of the date and time functions so that it preserves \
fractional seconds.
Fix the sqlite_offset SQL function so that it works correctly even in corner \
cases such as when the argument is a virtual column or the column of a view.
Fix row value IN operator constraints on virtual tables so that they work \
correctly even if the virtual table implementation relies on bytecode to filter \
rows that do not satisfy the constraint.
Other minor fixes to assert() statements, test cases, and documentation.
Files: