summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-10-01 08:02:37 +0000
committeradam <adam@pkgsrc.org>2018-10-01 08:02:37 +0000
commit7724472bc5f56c9776fa66f21ad02f83a6ae93e9 (patch)
treef07b89102570bee64992cc4502c61efd04a5203d /databases/sqlite3-docs/PLIST
parent6c2a7de895c5665b08737e60e6b68c54c472c7be (diff)
downloadpkgsrc-7724472bc5f56c9776fa66f21ad02f83a6ae93e9.tar.gz
sqlite3: updated to 3.25.2
SQLite Release 3.25.2: Add the PRAGMA legacy_alter_table=ON command that causes the "ALTER TABLE RENAME" command to behave as it did in SQLite versions 3.24.0 and earlier: references to the renamed table inside the bodies of triggers and views are not updated. This new pragma provides a compatibility work around for older programs that expected the older, wonky behavior of ALTER TABLE RENAME. Fix a problem with the new window functions implementation that caused a malfunction when complicated expressions involving window functions were used inside of a view. Fixes for various other compiler warnings and minor problems associated with obscure configurations.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 64946dd10b3..c9ab65d42ac 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.79 2018/09/19 09:38:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.80 2018/10/01 08:02:37 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -645,6 +645,7 @@ share/doc/sqlite3/releaselog/3_23_1.html
share/doc/sqlite3/releaselog/3_24_0.html
share/doc/sqlite3/releaselog/3_25_0.html
share/doc/sqlite3/releaselog/3_25_1.html
+share/doc/sqlite3/releaselog/3_25_2.html
share/doc/sqlite3/releaselog/3_2_0.html
share/doc/sqlite3/releaselog/3_2_1.html
share/doc/sqlite3/releaselog/3_2_2.html