Opened 8 years ago

Closed 8 years ago

#7363 closed enhancement (fixed)

sqlite-autoconf-3100100 (3.10.1)

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Version 3.10.1 also contains a new file-control (https://www.sqlite.org/c3ref/c_fcntl_busyhandler.html#sqlitefcntljournalpointer) requested by the Firefox developers.

https://www.sqlite.org/2016/sqlite-autoconf-3100100.tar.gz

https://www.sqlite.org/2016/sqlite-doc-3100100.zip

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

sqlite-autoconf-3100100.tar.gz (sha1: fedd95d402628ed0e0e3444ce50bcbd1fe2e7294)

sqlite-doc-3100100.zip (sha1: 1a7035b584b9b587346c55ffcd384db2509ced9c)

http://permalink.gmane.org/gmane.comp.db.sqlite.announce/54

D. Richard Hipp | 14 Jan 14:14 2016
SQLite version 3.10.1

...

Version 3.10.1 fixes a 1.5 year old bug in the query planner which might
result in an incorrect answer for queries that contain a scalar subquery
that uses the block-sorting optimization
(https://www.sqlite.org/queryplanner.html#partialsort).  See
https://www.sqlite.org/src/info/cb3aa0641d9a4138 for the bug report.

Version 3.10.1 also contains a new file-control
(https://www.sqlite.org/c3ref/c_fcntl_busyhandler.html#sqlitefcntljournalpointer)
requested by the Firefox developers.

The changes from 3.10.0 to 3.10.1 are minimal (https://www.sqlite.org/src/vdiff?from=fd0a50f0797d154f&to=254419c36766225c&sbs=1).

Please send email to the SQLite-users mailing list (sqlite-users <at>
mailinglists.sqlite.org) or directly to me if you encounter problems
with this release.

--
D. Richard Hipp
drh <at> sqlite.org

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

or

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

SQLite Release 3.10.1 On 2016-01-14

   New feature:
 • Add the SQLITE_FCNTL_JOURNAL_POINTER file control.

   Bug fix:
 • Fix a 16-month-old bug in the query planner that could generate
   incorrect results when a scalar subquery attempts to use the block
   sorting optimization. Ticket cb3aa0641d9a4. 
 
...

Change History (2)

comment:1 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16814.

Note: See TracTickets for help on using tickets.