Skip to content

Commit

Permalink
Bump SQLite to 3.39.2 (#7197)
Browse files Browse the repository at this point in the history
Context: https://sqlite.org/releaselog/3_39_2.html
Context: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35737

Changes: sqlite/sqlite@version-3.38.5...version-3.39.2

	% git diff --shortstat version-3.38.5...version-3.39.2
	  193 files changed, 62249 insertions(+), 2352 deletions(-)

Changes: xamarin/sqlite@df4deab...40e8743

	% git diff --shortstat df4deab1...40e87430
	  17 files changed, 80149 insertions(+), 46068 deletions(-)

The most important changes from Xamarin.Android's point of view:

  * Many micro-optimizations collectively reduce CPU cycles by ~2.3%.
  * Fix an incorrect result from a query that uses a view that
    contains a compound SELECT in which only one arm contains a RIGHT
    JOIN and where the view is not the first FROM clause term of the
    query that contains the view.
  * Fix the initial-prefix optimization for the REGEXP extension so
    that it works correctly even if the prefix contains characters
    that require a 3-byte UTF8 encoding.
  * Fix a performance regression in the query planner associated with
    rearranging the order of FROM clause terms in the presences of a
    LEFT JOIN.
  * Apply fixes for CVE-2022-35737

Note that at the time of this commit, details for CVE-2022-35737
aren't known
  • Loading branch information
grendello committed Jul 25, 2022
1 parent 938b2cb commit b4998c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/sqlite

0 comments on commit b4998c8

Please sign in to comment.