Skip to content

Commit a209b86

Browse files
authored
Merge pull request #4363 from sysown/v2.6.0-update_to_sqlite3_v3.43.2
update to sqlite3 v 3.43.2
2 parents a89dc6f + 8dd5cf1 commit a209b86

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

deps/sqlite3/from_unixtime.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- sqlite-amalgamation-3400100/sqlite3.c 2022-12-28 14:26:39.000000000 +0000
22
+++ sqlite-amalgamation.patch/sqlite3.c 2023-01-10 16:48:54.793689411 +0000
3-
@@ -24713,6 +24713,44 @@
3+
@@ -24926,6 +24926,44 @@
44
}
55

66
/*
@@ -45,10 +45,10 @@
4545
** time( TIMESTRING, MOD, MOD, ...)
4646
**
4747
** Return HH:MM:SS
48-
@@ -25019,6 +25019,7 @@
49-
PURE_DATE(time, -1, 0, 0, timeFunc ),
48+
@@ -25344,6 +25344,7 @@
5049
PURE_DATE(datetime, -1, 0, 0, datetimeFunc ),
5150
PURE_DATE(strftime, -1, 0, 0, strftimeFunc ),
51+
PURE_DATE(timediff, 2, 0, 0, timediffFunc ),
5252
+ DFUNCTION(from_unixtime, -1, 0, 0, from_unixtimeFunc ),
5353
DFUNCTION(current_time, 0, 0, 0, ctimeFunc ),
5454
DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
-2.52 MB
Binary file not shown.
2.55 MB
Binary file not shown.

deps/sqlite3/sqlite3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sqlite-amalgamation-3420000
1+
sqlite-amalgamation-3430200

deps/sqlite3/sqlite3.c-multiplication-overflow.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -175725,10 +175725,10 @@
1+
@@ -177218,10 +177218,10 @@
22
#ifndef SQLITE_OMIT_TWOSIZE_LOOKASIDE
33
if( sz>=LOOKASIDE_SMALL*3 ){
44
nBig = szAlloc/(3*LOOKASIDE_SMALL+sz);

0 commit comments

Comments
 (0)