Opened 14 months ago

Closed 13 months ago

Last modified 9 months ago

#17774 closed enhancement (fixed)

sqlite-autoconf-3410100

Reported by: Douglas R. Reno Owned by: thomas
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (4)

comment:1 by Xi Ruoyao, 14 months ago

Additional changes in version 3.41.1 (2023-03-10):

  • Provide compile-time options -DHAVE_LOG2=0 and -DHAVE_LOG10=0 to enable SQLite to be compiled on systems that omit the standard library functions log2() and log10(), repectively.
  • Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS SELECT CAST(7 AS INT) AS x;" continues to be INT and is not NUM, for historical compatibility.
  • Enhance PRAGMA integrity_check to detect when extra bytes appear at the end of an index record.
  • Fix various obscure bugs reported by the user community. See the timeline of changes for details.

comment:2 by thomas, 13 months ago

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

comment:3 by thomas, 13 months ago

Resolution: fixed
Status: assignedclosed

Fixed in [457f841423]

comment:4 by Bruce Dubbs, 9 months ago

Milestone: 11.412.0

Milestone renamed

Note: See TracTickets for help on using tickets.