Opened 3 weeks ago

Closed 2 weeks ago

#5885 closed enhancement (fixed)

sqlite-autoconf sqlite-doc and 3510300 (3.51.3)

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 13.1
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 2 weeks ago

Summary: sqlite-autoconf sqlite-doc and 3520000 (3.52.0)sqlite-autoconf sqlite-doc and 3510300 (3.51.3)

It appears that upstream has removed version 3.52.0 and now has 3.51.3.

comment:2 by Bruce Dubbs, 2 weeks ago

2026-03-13 - Version 3.51.3

SQLite version 3.52.0 has been withdrawn because some of the new features found in 3.52.0 are not 100% compatible with prior releases. Those new features and their associated APIs need to be reworked before 3.52 is made available.

In place of 3.52.0, patch release 3.51.3 is now available. Patch release 3.51.3 fixes the WAL-reset bug as well as other minor problems that have come to light since the 3.51.2 release.

Version 3.52.0 works fine and is fully backwards compatible as long as the database does not contain indexes on expressions or indexes on VIRTUAL computed columns where the expression evaluates to a floating-point number that is derived from text or JSONB inputs. If indexes of that type are present, then version 3.52.0 might not interoperate correct with prior releases, in rare cases.

comment:3 by Bruce Dubbs, 2 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit 0be125fdfc.

Note: See TracTickets for help on using tickets.