Opened 9 years ago

Closed 9 years ago

#6045 closed enhancement (fixed)

SQLite-3.8.8.0

Reported by: Fernando de Oliveira Owned by: blfs-book@…
Priority: normal Milestone: 7.7
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

https://www.sqlite.org/2015/sqlite-autoconf-3080800.tar.gz

(sha1: abb7570b7e331ffede7f40f0037be6e0c03b73af)

https://www.sqlite.org/2015/sqlite-doc-3080800.zip

(sha1: d1192d3fd38ca1c68da537eeb87faf7c3071a5fd)

https://www.sqlite.org/releaselog/3_8_8.html

https://www.sqlite.org/news.html

There are no dramatic new features or performance enhancements in this release,
merely incremental improvements. Most of the performance gain in this release
comes from refactoring the B-Tree rebalancing logic to avoid unnecessary
memcpy() operations. New features include the PRAGMA data_version statement and
the ability to accept a VALUES clause with no arbitrary limit on the number of
rows. Several obscure bugs have been fixed, including some multithreading races
and a work-around for a compiler bug on some Macs.

Change History (3)

comment:1 by Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:2 by Fernando de Oliveira, 9 years ago

Summary: SQLite-3.8.8SQLite-3.8.8.0

comment:3 by bdubbs@…, 9 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 15348.

Note: See TracTickets for help on using tickets.