pkgsrc/databases/sqlite3
adam 5c01198d22 Changes 3.16.2:
Fix the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys. This was a new bug caused by performance optimizations added in version 3.16.0. Ticket 30027b613b4
Fix the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters. This is a long-standing issue discovered after the 3.16.1 release by OSS-Fuzz
Fix the bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY. This is a long-standing issue that was discovered after the release of 3.16.1. See ticket 190c2507.
Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways.
2017-01-07 10:23:00 +00:00
..
buildlink3.mk Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
builtin.mk
DESCR Add explanations to DESCR for sqlite packages because it is quite 2013-02-21 15:14:45 +00:00
distinfo Changes 3.16.2: 2017-01-07 10:23:00 +00:00
Makefile SQLite Release 3.16.0 On 2017-01-02 2017-01-02 17:52:23 +00:00
Makefile.common Upgrade lemon 1.0 from sqlite 3.5.9 to lemon 1.0 from sqlite 3.15.0 2016-10-22 00:18:39 +00:00
Makefile.version Changes 3.16.2: 2017-01-07 10:23:00 +00:00
options.mk build with the same options as the NetBSD builtin version, 2012-12-14 19:36:37 +00:00
PLIST