]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: upgrade 3.18.0 -> 3.19.2
authorMaxin B. John <maxin.john@intel.com>
Wed, 31 May 2017 11:39:34 +0000 (14:39 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Jun 2017 22:45:50 +0000 (23:45 +0100)
commit3d4d025b1cc6668fd7baefa01ebb9664e805e83a
tree84ef62a2e09a5b82ae5825dd1c6e9a6c94535d19
parent053788910610ca0947304586d8c197e71e01c13d
sqlite3: upgrade 3.18.0 -> 3.19.2

Bug fixes:
1. Fix a problem in REPLACE that can result in a corrupt database
containing two or more rows with the same rowid.
2. Fix a problem in PRAGMA integrity_check that was causing a subsequent
VACUUM to behave suboptimally.
3. Fix the PRAGMA foreign_key_check command so that it works correctly with
foreign keys on WITHOUT ROWID tables.
4. Disallow leading zeros in numeric constants in JSON.
5. Disallow control characters inside of strings in JSON.
6. Limit the depth of recursion for JSON objects and arrays in order to
avoid excess stack usage in the recursive descent parser.
7. Fix more bugs in the LEFT JOIN flattening optimization.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/sqlite/sqlite3_3.19.2.bb [moved from meta/recipes-support/sqlite/sqlite3_3.18.0.bb with 59% similarity]