Skip to content

Commit

Permalink
#4171 Updated SQLite to 3.39.4, except for SQLCipher, which has lates…
Browse files Browse the repository at this point in the history
…t version at 3.39.2
  • Loading branch information
pawelsalawa committed Nov 16, 2022
1 parent 55dea8a commit aebf4cb
Show file tree
Hide file tree
Showing 9 changed files with 945 additions and 376 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lin_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
QT_VERSION: '5.15.2'
TCL_VERSION: '8.6'
SQLITE_VERSION: '3390200'
SQLITE_VERSION: '3390400'
SQLITE_RELEASE_YEAR: '2022'
PYTHON_VERSION: '3.9'
PORTABLE_DIR: ${{ github.workspace }}/output/portable/SQLiteStudio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env:
QT_VERSION: '5.15.2'
TCL_VERSION: '8.6'
SQLITE_VERSION: '3390200'
SQLITE_VERSION: '3390400'
SQLITE_RELEASE_YEAR: '2022'
PYTHON_VERSION: '3.9'
PORTABLE_DIR: ${{ github.workspace }}/output/portable/SQLiteStudio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
TCL_VERSION: '8.6'
SQLITE_VERSION: '3390200'
SQLITE_VERSION: '3390400'
SQLITE_RELEASE_YEAR: '2022'
PYTHON_VERSION: '3.9'
PORTABLE_DIR: ${{ github.workspace }}/output/portable/SQLiteStudio
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win32_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
QT_VERSION: '5.15.2'
SQLITE_VERSION: '3390200'
SQLITE_VERSION: '3390400'
SQLITE_RELEASE_YEAR: '2022'
QT_ARCH: 'win32_mingw81'
PYTHON_VERSION: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win64_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
QT_VERSION: '5.15.2'
SQLITE_VERSION: '3390200'
SQLITE_VERSION: '3390400'
SQLITE_RELEASE_YEAR: '2022'
QT_ARCH: 'win64_mingw81'
PYTHON_VERSION: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- ADDED: #4217 Added the Invert Selection entry in data grid context menu.
- ADDED: #4096 Added data grid option for filtering by strict text (not just whether contains, but if actually equals). Old filtering options remain.
- ADDED: Allow drag and drop a file to the add database dialog.
- CHANGE: #4058 SQLite updated to 3.39.2.
- CHANGE: #4058 SQLite updated to 3.39.4 (except for SQLCipher, which has latest version 3.39.2).
- CHANGE: #3272 Named function parameters of Custom SQL functions are now passed to script code as named variables.
- CHANGE: #3337 QtScript (deprecated module) usage migrated to QML module, using QJSEngine, the EcmaScript compliant implementation. Also changed plugin language name from QtScript to JavaScript and icon from Qt icon to JS icon.
- CHANGE: #2963 Application state (session) is saved (apart from normal application exit) whenever the state changes and also during critical application crash.
Expand Down
2 changes: 1 addition & 1 deletion Plugins/DbSqliteWx/update_sqlite_version.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://github.com/utelle/wxsqlite3/releases
# Link from download page will redicrect to the codeload.....

set THE_URL "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.4.8/sqlite3mc-1.4.8-sqlite-3.39.2-amalgamation.zip"
set THE_URL "https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v1.5.3/sqlite3mc-1.5.3-sqlite-3.39.4-amalgamation.zip"

set SRC_DIR "src"
set FILES [list \
Expand Down
Loading

0 comments on commit aebf4cb

Please sign in to comment.