RFR: 8280841: Update SQLite to 3.37.2
Ambarish Rapte
arapte at openjdk.java.net
Tue Feb 8 11:00:15 UTC 2022
On Fri, 4 Feb 2022 12:53:51 GMT, Hima Bindu Meda <duke at openjdk.java.net> wrote:
> Updated SQLite to 3.37.2 released on 2022-01-06 from the current version 3.32.3.
>
> Website : https://www.sqlite.org/index.html
> Source code can be found from https://www.sqlite.org/download.html at [sqlite-amalgamation-3370200.zip](https://www.sqlite.org/2022/sqlite-amalgamation-3370200.zip)
>
> Verified the updated version with unit tests and sanity testing.
> No issues are observed.
The source files match with https://www.sqlite.org/2022/sqlite-amalgamation-3370200.zip
Sanity testing looks good.
I would recommend to add UPDATING.txt to document the steps. You can refer: [libxml UPDATING.txt](https://github.com/openjdk/jfx/blob/f326e78ffdfcbbc9085bc50a38e0b4454b757157/modules/javafx.web/src/main/native/Source/ThirdParty/libxml/UPDATING.txt) , [icu UPDATING.txt](https://github.com/openjdk/jfx/blob/f326e78ffdfcbbc9085bc50a38e0b4454b757157/modules/javafx.web/src/main/native/Source/ThirdParty/icu/UPDATING.txt)
-------------
PR: https://git.openjdk.java.net/jfx/pull/727
More information about the openjfx-dev
mailing list