Skip to content

Commit

Permalink
Merge pull request #4363 from sysown/v2.6.0-update_to_sqlite3_v3.43.2
Browse files Browse the repository at this point in the history
update to sqlite3 v 3.43.2
  • Loading branch information
renecannao authored Oct 29, 2023
2 parents a89dc6f + 8dd5cf1 commit a209b86
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions deps/sqlite3/from_unixtime.patch
Original file line number Diff line number Diff line change
@@ -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
@@ -24713,6 +24713,44 @@
@@ -24926,6 +24926,44 @@
}

/*
Expand Down Expand Up @@ -45,10 +45,10 @@
** time( TIMESTRING, MOD, MOD, ...)
**
** Return HH:MM:SS
@@ -25019,6 +25019,7 @@
PURE_DATE(time, -1, 0, 0, timeFunc ),
@@ -25344,6 +25344,7 @@
PURE_DATE(datetime, -1, 0, 0, datetimeFunc ),
PURE_DATE(strftime, -1, 0, 0, strftimeFunc ),
PURE_DATE(timediff, 2, 0, 0, timediffFunc ),
+ DFUNCTION(from_unixtime, -1, 0, 0, from_unixtimeFunc ),
DFUNCTION(current_time, 0, 0, 0, ctimeFunc ),
DFUNCTION(current_timestamp, 0, 0, 0, ctimestampFunc),
Expand Down
Binary file removed deps/sqlite3/sqlite-amalgamation-3420000.tar.gz
Binary file not shown.
Binary file added deps/sqlite3/sqlite-amalgamation-3430200.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion deps/sqlite3/sqlite3
2 changes: 1 addition & 1 deletion deps/sqlite3/sqlite3.c-multiplication-overflow.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@@ -175725,10 +175725,10 @@
@@ -177218,10 +177218,10 @@
#ifndef SQLITE_OMIT_TWOSIZE_LOOKASIDE
if( sz>=LOOKASIDE_SMALL*3 ){
nBig = szAlloc/(3*LOOKASIDE_SMALL+sz);
Expand Down

0 comments on commit a209b86

Please sign in to comment.