JDK-8200629 : Update SQLite to version 3.23.0
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-03
  • Updated: 2020-01-31
  • Resolved: 2018-04-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u191Fixed openjfx11Fixed
Related Reports
Cloners :  
Description
We currently use SQLite version 3.7.16. We should update to the latest stable release version 3.23.0.
Comments
Please back port to 8u-dev
13-04-2018

user: arajkumar date: Fri Apr 13 12:16:12 2018 +0530 description: 8200629: Update SQLite to version 3.23.0 Reviewed-by: kcr, mbilla URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/996de9079c43
13-04-2018

+1
13-04-2018

Looks good. +1
13-04-2018

cmake related changes: http://cr.openjdk.java.net/~arajkumar/8200629/webrev/cmake changeset (includes cmake & sqlite upstream changes): http://cr.openjdk.java.net/~arajkumar/8200629/webrev/sqlite.changeset
10-04-2018

Steps: 1. Download the amalgamation source from https://www.sqlite.org/2018/sqlite-amalgamation-3230000.zip 2. Extract the files into modules/javafx.web/src/main/native/Source/ThirdParty/sqlite 3. Update the 'VERSION' file 4. Ensure compilation on all 3 platform 5. Fix warnings if any
09-04-2018