Skip to content

Commit

Permalink
upgraded to SQLite 3.43.0
Browse files Browse the repository at this point in the history
added HAVE_USLEEP=1 compile-time option
  • Loading branch information
JoshuaWise committed Sep 2, 2023
1 parent f11c36c commit 6ee3399
Show file tree
Hide file tree
Showing 6 changed files with 5,534 additions and 2,303 deletions.
1 change: 1 addition & 0 deletions deps/defines.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
'HAVE_UINT16_T=1',
'HAVE_UINT32_T=1',
'HAVE_UINT8_T=1',
'HAVE_USLEEP=1',
'SQLITE_DEFAULT_CACHE_SIZE=-16000',
'SQLITE_DEFAULT_FOREIGN_KEYS=1',
'SQLITE_DEFAULT_MEMSTATUS=0',
Expand Down
3 changes: 2 additions & 1 deletion deps/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# ===

YEAR="2023"
VERSION="3420000"
VERSION="3430000"

# Defines below are sorted alphabetically
DEFINES="
Expand All @@ -30,6 +30,7 @@ HAVE_STDINT_H=1
HAVE_UINT16_T=1
HAVE_UINT32_T=1
HAVE_UINT8_T=1
HAVE_USLEEP=1
SQLITE_DEFAULT_CACHE_SIZE=-16000
SQLITE_DEFAULT_FOREIGN_KEYS=1
SQLITE_DEFAULT_MEMSTATUS=0
Expand Down

0 comments on commit 6ee3399

Please sign in to comment.