Opened 9 years ago

Closed 9 years ago

#5841 closed enhancement (fixed)

sqlite-3.8.7.2

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

Description

https://www.sqlite.org/2014/sqlite-autoconf-3080702.tar.gz

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

SQLite Release 3.8.7.2 On 2014-11-19 (3.8.7.2)

    Enhance the ROLLBACK command so that pending queries are allowed to
    continue as long as the schema is unchanged. Formerly, a ROLLBACK would
    cause all pending queries to fail with an SQLITE_ABORT or
    SQLITE_ABORT_ROLLBACK error. That error is still returned if the ROLLBACK
    modifies the schema.
    Bug fix: Make sure that NULL results from OP_Column are fully and
    completely NULL and do not have the MEM_Ephem bit set. Ticket
    094d39a4c95ee4.
    Bug fix: The %c format in sqlite3_mprintf() is able to handle precisions
    greater than 70.
    Bug fix: Do not automatically remove the DISTINCT keyword from a SELECT
    that forms the right-hand side of an IN operator since it is necessary if
    the SELECT also contains a LIMIT. Ticket db87229497.

Change History (2)

comment:1 by Fernando de Oliveira, 9 years ago

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

comment:2 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r14968.

Note: See TracTickets for help on using tickets.