Opened 4 years ago

Closed 4 years ago

#13069 closed enhancement (fixed)

sqlite-autoconf-3310100 (3.31.1)

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

Description

New point version.

2020-01-27 (3.31.1)

  • Revert the data layout for an internal-use-only SQLite data structure. Applications that use SQLite should never reference internal SQLite data structures, but some do anyhow, and a change to one such data structure in 3.30.0 broke a popular and widely-deployed application. Reverting that change in SQLite, at least temporarily, gives developers of misbehaving applications time to fix their code.
  • Fix a typos in the sqlite3ext.h header file that prevented the sqlite3_stmt_isexplain() and sqlite3_value_frombind() interfaces from being called from run-time loadable extensions.

Change History (5)

comment:1 by Douglas R. Reno, 4 years ago

This builds alright with the current instructions. I had one system that has 3.31.0 on it, so I upgrade it to 3.31.1 to eliminate the chances of me running into that regression before I run the Samba test suite on it.

comment:2 by Bruce Dubbs, 4 years ago

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

comment:3 by Tim Tassonis, 4 years ago

So, that's why my firefox crashed after the upgrade...

comment:4 by Tim Tassonis, 4 years ago

Confirming that this fixes the firefox crash

comment:5 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22609.

Note: See TracTickets for help on using tickets.