]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: Update 3.25.2 -> 3.25.3
authorJens Rehsack <sno@netbsd.org>
Sun, 18 Nov 2018 18:36:31 +0000 (19:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Nov 2018 10:11:24 +0000 (10:11 +0000)
commitd533ad9b93383a8d721b72b4030b112a3799d559
treec3d7afa46f8aae324700b85559af3d3e40f061e7
parentf951aa6f9fcf318f108ecdc3371498ee2e919e68
sqlite3: Update 3.25.2 -> 3.25.3

Update SQLite3 from 3.25.2 to 3.25.3 to fix following issues:

* Disallow the use of window functions in the recursive part of a CTE.
* Fix the behavior of typeof() and length() on virtual tables.
* Strengthen defenses against deliberately corrupted database files.
* Fix a problem in the query planner that results when a row-value
  expression is used with a PRIMARY KEY with redundant columns.
* Fix the query planner so that it works correctly for IS NOT NULL
  operators in the ON clause of a LEFT JOIN with the
  SQLITE_ENABLE_STAT4 compile-time option.

Also introduce PACKAGECONFIG tunables to enable/disable e.g. index
and search functions to allow shrinking the library for very small
targets.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc
meta/recipes-support/sqlite/sqlite3_3.25.3.bb [moved from meta/recipes-support/sqlite/sqlite3_3.25.2.bb with 59% similarity]