summaryrefslogtreecommitdiff
path: root/databases/sqlite3-docs/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-11-28 20:48:28 +0000
committeradam <adam@pkgsrc.org>2021-11-28 20:48:28 +0000
commit471d8dcbc701bcee3bfe5232e3d1834e5ef99bd7 (patch)
treeb895504f1a189b2b48122e95307f28c9e6e8eca3 /databases/sqlite3-docs/PLIST
parentd5721ed56d34bca0c6872447cb251d74f84e8eb2 (diff)
downloadpkgsrc-471d8dcbc701bcee3bfe5232e3d1834e5ef99bd7.tar.gz
sqlite3: updated to 3.37.0
SQLite Release 3.37.0 On 2021-11-27 STRICT tables provide a prescriptive style of data type management, for developers who prefer that kind of thing. When adding columns that contain a CHECK constraint or a generated column containing a NOT NULL constraint, the ALTER TABLE ADD COLUMN now checks new constraints against preexisting rows in the database and will only proceed if no constraints are violated. Added the PRAGMA table_list statement. CLI enhancements: Add the .connection command, allowing the CLI to keep multiple database connections open at the same time. Add the --safe command-line option that disables dot-commands and SQL statements that might cause side-effects that extend beyond the single database file named on the command-line. Performance improvements when reading SQL statements that span many lines. Added the sqlite3_autovacuum_pages() interface. The sqlite3_deserialize() does not and has never worked for the TEMP database. That limitation is now noted in the documentation. The query planner now omits ORDER BY clauses on subqueries and views if removing those clauses does not change the semantics of the query. The generate_series table-valued function extension is modified so that the first parameter ("START") is now required. This is done as a way to demonstrate how to write table-valued functions with required parameters. The legacy behavior is available using the -DZERO_ARGUMENT_GENERATE_SERIES compile-time option. Added new sqlite3_changes64() and sqlite3_total_changes64() interfaces. Added the SQLITE_OPEN_EXRESCODE flag option to sqlite3_open_v2(). Use less memory to hold the database schema.
Diffstat (limited to 'databases/sqlite3-docs/PLIST')
-rw-r--r--databases/sqlite3-docs/PLIST7
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/sqlite3-docs/PLIST b/databases/sqlite3-docs/PLIST
index 47fc977a0f7..88cd0ede5fa 100644
--- a/databases/sqlite3-docs/PLIST
+++ b/databases/sqlite3-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.104 2021/06/25 21:21:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.105 2021/11/28 20:48:28 adam Exp $
share/doc/sqlite3/34to35.html
share/doc/sqlite3/35to36.html
share/doc/sqlite3/about.html
@@ -20,6 +20,7 @@ share/doc/sqlite3/c3ref/aggregate_context.html
share/doc/sqlite3/c3ref/aggregate_count.html
share/doc/sqlite3/c3ref/api_routines.html
share/doc/sqlite3/c3ref/auto_extension.html
+share/doc/sqlite3/c3ref/autovacuum_pages.html
share/doc/sqlite3/c3ref/backup.html
share/doc/sqlite3/c3ref/backup_finish.html
share/doc/sqlite3/c3ref/bind_blob.html
@@ -270,6 +271,7 @@ share/doc/sqlite3/features.html
share/doc/sqlite3/fileformat.html
share/doc/sqlite3/fileformat2.html
share/doc/sqlite3/fileio.html
+share/doc/sqlite3/flextypegood.html
share/doc/sqlite3/floatingpoint.html
share/doc/sqlite3/footprint.html
share/doc/sqlite3/foreignkeys.html
@@ -631,6 +633,7 @@ share/doc/sqlite3/releaselog/3_35_3.html
share/doc/sqlite3/releaselog/3_35_4.html
share/doc/sqlite3/releaselog/3_35_5.html
share/doc/sqlite3/releaselog/3_36_0.html
+share/doc/sqlite3/releaselog/3_37_0.html
share/doc/sqlite3/releaselog/3_3_0.html
share/doc/sqlite3/releaselog/3_3_1.html
share/doc/sqlite3/releaselog/3_3_10.html
@@ -829,6 +832,7 @@ share/doc/sqlite3/sqlite.css
share/doc/sqlite3/sqlite.css~
share/doc/sqlite3/sqlite.html
share/doc/sqlite3/stmt.html
+share/doc/sqlite3/stricttables.html
share/doc/sqlite3/support.html
share/doc/sqlite3/swarmvtab.html
share/doc/sqlite3/syntax.html
@@ -892,6 +896,7 @@ share/doc/sqlite3/syntax/simple-select-stmt.html
share/doc/sqlite3/syntax/sql-stmt-list.html
share/doc/sqlite3/syntax/sql-stmt.html
share/doc/sqlite3/syntax/table-constraint.html
+share/doc/sqlite3/syntax/table-options.html
share/doc/sqlite3/syntax/table-or-subquery.html
share/doc/sqlite3/syntax/type-name.html
share/doc/sqlite3/syntax/update-stmt-limited.html