Opened 6 weeks ago

Closed 6 weeks ago

#21035 closed enhancement (fixed)

sqlite-autoconf-3490000 (3.49.0)

Reported by: Bruce Dubbs Owned by: zeckma
Priority: normal Milestone: 12.3
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by zeckma, 6 weeks ago

Owner: changed from blfs-book to zeckma
Status: newassigned

comment:2 by zeckma, 6 weeks ago

Changes:

  • Improve the query-time index optimization so that it works on WITHOUT ROWID tables.
  • Better query plans for large star-query joins. This fixes three different performance regressions that were reported on the SQLite Forum.
  • When two or more queries have the same estimated cost, use the one with the fewer bytes per row.
  • Enhance the iif() SQL function so that it can accept any number of arguments greater than or equal to two.
  • Enhance the session extension so that it works on databases that make use of generated columns.
  • Omit the SQLITE_USE_STDIO_FOR_CONSOLE compile-time option which was not implemented correctly and never worked right. In its place add the SQLITE_USE_W32_FOR_CONSOLE_IO compile-time option. This option applies to command-line tools like the CLI only, not to the SQLite core. It causes Win32 APIs to be used for console I/O instead of stdio. This option affects Windows builds only.
  • Three new options to sqlite3_db_config(). All default "on".
        SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE
        SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE
        SQLITE_DBCONFIG_ENABLE_COMMENTS
    
  • Replace Autotools with Autosetup for the configure script used in the precompiled amalgamation tarball. The configure script for the canonical source code was changed to Autosetup in the previous (3.48.0) release. Only the main SQLite configure script in the amalgamation tarball is changed. The (deprecated) configuration script use by TEA subdirectory of the amalgamation tarball still relies on Autotools.
  • Various minor patches and fixes for problems seen in the 3.48.0 release.

comment:3 by zeckma, 6 weeks ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.