Opened 10 years ago

Closed 10 years ago

#5749 closed enhancement (fixed)

sqlite-3.8.7.1

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

Description (last modified by Fernando de Oliveira)

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

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

SQLite Release 3.8.7.1 On 2014-10-30 (3.8.7.1)

  * In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately after
    truncating the journal file to ensure that the transaction is durable
    across a power loss.

  * Fix an assertion fault that can occur when updating the NULL value of a
    field at the end of a table that was added using ALTER TABLE ADD COLUMN.

  * Do not attempt to use the strchrnul() function from the standard C library
    unless the HAVE_STRCHRNULL compile-time option is set.

  * Fix a couple of problems associated with running an UPDATE or DELETE on a
    VIEW with a rowid in the WHERE clause. 

Change History (2)

comment:1 by Fernando de Oliveira, 10 years ago

Description: modified (diff)
Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r14803.

Note: See TracTickets for help on using tickets.