Merge pull request #4263 from sysown/v2.5.3-upgrade-sqlite3

update SQLite3 to v3.42.0
pull/4270/head
René Cannaò 3 years ago committed by GitHub
commit b721055e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
--- sqlite-amalgamation-3400100/sqlite3.c 2022-12-28 14:26:39.000000000 +0000
+++ sqlite-amalgamation.patch/sqlite3.c 2023-01-10 16:48:54.793689411 +0000
@@ -24454,6 +24454,44 @@
@@ -24713,6 +24713,44 @@
}
/*
@ -45,7 +45,7 @@
** time( TIMESTRING, MOD, MOD, ...)
**
** Return HH:MM:SS
@@ -24742,6 +24780,7 @@
@@ -25019,6 +25019,7 @@
PURE_DATE(time, -1, 0, 0, timeFunc ),
PURE_DATE(datetime, -1, 0, 0, datetimeFunc ),
PURE_DATE(strftime, -1, 0, 0, strftimeFunc ),

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
sqlite-amalgamation-3400100
sqlite-amalgamation-3420000

@ -1,4 +1,4 @@
@@ -173310,10 +173310,10 @@
@@ -175725,10 +175725,10 @@
#ifndef SQLITE_OMIT_TWOSIZE_LOOKASIDE
if( sz>=LOOKASIDE_SMALL*3 ){
nBig = szAlloc/(3*LOOKASIDE_SMALL+sz);

Loading…
Cancel
Save