Opened 9 years ago

Closed 9 years ago

#5924 closed enhancement (fixed)

sqlite-3.8.7.3

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://sqlite.org/2014/sqlite-autoconf-3080703.tar.gz

https://sqlite.org/releaselog/3_8_7_3.html

Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible
to the application) do not go stale when operating in shared cache mode and
frequently closing and reopening some database connections while leaving other
database connections on the same shared cache open continuously. Ticket
e4a18565a36884b00edf.

Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can
be NULL even if the column has a NOT NULL constraint. Do not apply
optimizations that assume the column is never NULL. Ticket 6f2222d550f5b0ee7ed.

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 r15158.

Note: See TracTickets for help on using tickets.