Path to this page:
Subject: CVS commit: pkgsrc
From: Adam Ciarcinski
Date: 2024-12-09 09:33:52
Message id: 20241209083352.6EBA1FC1C@cvs.NetBSD.org
Log Message:
sqlite3: updated to 3.47.2
version 3.47.2 (2024-12-07):
Fix a problem in text-to-floating-point conversion for SQLite that can cause \
values between '1.8446744073709550592eNNN' and '1.8446744073709551609eNNN' for \
any exponent NNN to be rendered incorrectly. In other words, some numeric text \
values where the first 16 significant digits are '1844674407370955' might be \
converted into the wrong floating-point value. See forum thread \
569a7209179a7f5e. This problem only arises on x64 and i386 hardware. The problem \
was introduced in 3.47.0.
Other minor bug fixes.
Files: