summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-12 10:04:26 +0000
committeradam <adam@pkgsrc.org>2019-07-12 10:04:26 +0000
commitc125164c1ae0ab15291a335424ecaaca77e7ba1a (patch)
tree5ec7f8ba25d55ce2db269e1cd343b9de6719d6fa /databases/sqlite3-docs
parentc92691735acd37b45da8cc6ed91d0806c5640bd4 (diff)
downloadpkgsrc-c125164c1ae0ab15291a335424ecaaca77e7ba1a.tar.gz
sqlite3: updated to 3.29.0
SQLite Release 3.29.0: Added the SQLITE_DBCONFIG_DQS_DML and SQLITE_DBCONFIG_DQS_DDL actions to sqlite3_db_config() for activating and deactivating the double-quoted string literal misfeature. Both default to "on" for legacy compatibility, but developers are encouraged to turn them "off", perhaps using the -DSQLITE_DQS=0 compile-time option. -DSQLITE_DQS=0 is now a recommended compile-time option. Improvements to the query planner: Improved optimization of AND and OR operators when one or the other operand is a constant. Enhancements to the LIKE optimization for cases when the left-hand side column has numeric affinity. Added the "sqlite_dbdata" virtual table for extracting raw low-level content from an SQLite database, even a database that is corrupt. Enhancements to the CLI: Add the ".recover" command which tries to recover as much content as possible from a corrupt database file. Add the ".filectrl" command useful for testing. Add the long-standing ".testctrl" command to the ".help" menu. Added the ".dbconfig" command
Diffstat (limited to 'databases/sqlite3-docs')
-rw-r--r--databases/sqlite3-docs/PLIST3
-rw-r--r--databases/sqlite3-docs/distinfo10
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index f1e1e6aa667..a2680e4dfd8 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.85 2019/04/18 10:10:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.86 2019/07/12 10:04:27 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -656,6 +656,7 @@ share/doc/sqlite3/releaselog/3_27_0.html
share/doc/sqlite3/releaselog/3_27_1.html
share/doc/sqlite3/releaselog/3_27_2.html
share/doc/sqlite3/releaselog/3_28_0.html
+share/doc/sqlite3/releaselog/3_29_0.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
diff --git a/databases/sqlite3-docs/distinfo b/databases/sqlite3-docs/distinfo
index b71d91c3238..bec7e188d36 100644
--- a/databases/sqlite3-docs/distinfo
+++ b/databases/sqlite3-docs/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.86 2019/04/18 10:10:03 adam Exp $
+$NetBSD: distinfo,v 1.87 2019/07/12 10:04:27 adam Exp $
-SHA1 (sqlite-doc-3280000.zip) = f3242cf186a4e194e7d1a5e00384dd4aa66ec16b
-RMD160 (sqlite-doc-3280000.zip) = b495c4795641f9583b5b061ba7351274197689db
-SHA512 (sqlite-doc-3280000.zip) = 83e23dff00614d31d501c66c29d8d4aa780b38859242b58937243235d185fe3db2f9f3c1accf9bf2df0b457a6e32612a00e82f503a8665aad4f19602e2b36396
-Size (sqlite-doc-3280000.zip) = 9421770 bytes
+SHA1 (sqlite-doc-3290000.zip) = b0f697c557b415cb1d67acb61b40fbad0b012cad
+RMD160 (sqlite-doc-3290000.zip) = fd65542f02ef60217f1857202786114c439e2435
+SHA512 (sqlite-doc-3290000.zip) = ca856cf250e395d9c7e9817337adb5a16b1d96a20548a4010f5137188d35bb9d49a4a6da47bf2a696deffa68d2976dbb35a036adce19b8320e0e286876ac094f
+Size (sqlite-doc-3290000.zip) = 9415641 bytes