Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2023-09-12 21:28:13
Message id: 20230912192813.63F32FBDB@cvs.NetBSD.org
Log Message:
sqlite3: updated to 3.43.1
3.43.1
Fix a regression in the way that the sum(), avg(), and total() aggregate \
functions handle infinities.
Fix a bug in the json_array_length() function that occurs when the argument \
comes directly from json_remove().
Fix the omit-unused-subquery-columns optimization (introduced in in version \
3.42.0) so that it works correctly if the subquery is a compound where one arm \
is DISTINCT and the other is not.
Other minor fixes.
Files: