Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#13567 closed enhancement (fixed)

sqlite-autoconf-3320000 (3.32.0)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (5)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

2020-05-22 (3.32.0)

  • Added support for approximate ANALYZE using the PRAGMA analysis_limit command.
  • Added the bytecode virtual table.
  • Add the checksum VFS shim to the set of run-time loadable extensions included in the source tree.
  • Added the iif() SQL function.
  • INSERT and UPDATE statements now always apply column affinity before computing CHECK constraints. This bug fix could, in theory, cause problems for legacy databases with unorthodox CHECK constraints the require the input type for an INSERT is different from the declared column type.
  • Added the sqlite3_create_filename(), sqlite3_free_filename(), and sqlite3_database_file_object() interfaces to better support of VFS shim implementations.
  • Increase the default upper bound on the number of parameters from 999 to 32766.
  • Added code for the UINT collating sequence as an optional loadable extension.
  • Enhancements to the CLI:
    • Add options to the .import command: --csv, --ascii, --skip
    • The .dump command now accepts multiple LIKE-pattern arguments and outputs the union of all matching tables.
    • Add the .oom command in debugging builds
    • Add the --bom option to the .excel, .output, and .once commands.
    • Enhance the .filectrl command to support the --schema option.
    • The UINT collating sequence extension is automatically loaded
    • The ESCAPE clause of a LIKE operator now overrides wildcard characters, so that the behavior now matches what PostgreSQL does.

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23194.

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210,0

Milestone renamed

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 10,010.0

Milestone renamed

Note: See TracTickets for help on using tickets.