diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-05-31 14:39:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-03 23:46:06 +0100 |
commit | e8497932823d3af4582f9ca167779b1c401eca0b (patch) | |
tree | f6b0b1cdc403ff5cef98471da0d29e37a36363d3 /meta/recipes-support/iso-codes | |
parent | ac21863d4608206a9eaf8fd0a97d28a50a2b9cf8 (diff) | |
download | poky-e8497932823d3af4582f9ca167779b1c401eca0b.tar.gz |
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.
(From OE-Core rev: 3d4d025b1cc6668fd7baefa01ebb9664e805e83a)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/iso-codes')
0 files changed, 0 insertions, 0 deletions