Skip to content

Commit

Permalink
Update 3 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-sqlite3 (removed)
mingw-w64-i686-sqlite3 (new: 3.47.2-1)
mingw-w64-x86_64-sqlite3 (3.46.1-1 -> 3.47.2-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Dec 10, 2024
1 parent 6ed1fda commit e1506c2
Show file tree
Hide file tree
Showing 193 changed files with 4,729 additions and 430 deletions.
Binary file modified mingw32/bin/dbhash.exe
Binary file not shown.
Binary file modified mingw32/bin/libsqlite3-0.dll
Binary file not shown.
Binary file modified mingw32/bin/showdb.exe
Binary file not shown.
Binary file modified mingw32/bin/showjournal.exe
Binary file not shown.
Binary file modified mingw32/bin/showstat4.exe
Binary file not shown.
Binary file modified mingw32/bin/showwal.exe
Binary file not shown.
Binary file modified mingw32/bin/sqldiff.exe
Binary file not shown.
Binary file modified mingw32/bin/sqlite3.exe
Binary file not shown.
Binary file removed mingw32/bin/sqlite3_analyzer.exe
Binary file not shown.
202 changes: 180 additions & 22 deletions mingw32/include/sqlite3.h

Large diffs are not rendered by default.

Binary file modified mingw32/lib/libsqlite3.a
Binary file not shown.
Binary file modified mingw32/lib/libsqlite3.dll.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/sqlite3.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includedir=${prefix}/include

Name: SQLite
Description: SQL database engine
Version: 3.46.1
Version: 3.47.2
Libs: -L${libdir} -lsqlite3
Libs.private: -lz
Cflags: -I${includedir}
Binary file removed mingw32/lib/sqlite3.46.1/libtclsqlite3.dll
Binary file not shown.
Binary file removed mingw32/lib/sqlite3.46.1/libtclsqlite3.dll.a
Binary file not shown.
1 change: 0 additions & 1 deletion mingw32/lib/sqlite3.46.1/pkgIndex.tcl

This file was deleted.

2 changes: 1 addition & 1 deletion mingw32/share/sqlite/extensions/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sqlite Extensions - Usage (Sqlite 3.46.1)
# Sqlite Extensions - Usage (Sqlite 3.47.2)

This folder contains shared libraries (dll files) `sqlite3.exe` can be
instructed to load at run-time in order to add functions usable in `sqlite3` SQL code.
Expand Down
Binary file modified mingw32/share/sqlite/extensions/amatch.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/anycollseq.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/appendvfs.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/base64.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/base85.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/basexx.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/blobio.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/btreeinfo.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/carray.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/cksumvfs.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/closure.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/share/sqlite/extensions/completion.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static int completionNext(sqlite3_vtab_cursor *cur){
zSql = sqlite3_mprintf(
"%z%s"
"SELECT pti.name FROM \"%w\".sqlite_schema AS sm"
" JOIN pragma_table_info(sm.name,%Q) AS pti"
" JOIN pragma_table_xinfo(sm.name,%Q) AS pti"
" WHERE sm.type='table'",
zSql, zSep, zDb, zDb
);
Expand Down
Binary file modified mingw32/share/sqlite/extensions/completion.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/share/sqlite/extensions/compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void uncompressFunc(
unsigned int nIn;
unsigned long int nOut;
int rc;
int i;
unsigned int i;

pIn = sqlite3_value_blob(argv[0]);
nIn = sqlite3_value_bytes(argv[0]);
Expand Down
Binary file modified mingw32/share/sqlite/extensions/compress.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/csv.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/dbdump.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/decimal.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/eval.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/explain.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/fossildelta.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/fuzzer.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/ieee754.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/memstat.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/memvfs.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/mmapwarm.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/nextchar.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/noop.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/normalize.dll
Binary file not shown.
Binary file modified mingw32/share/sqlite/extensions/pcachetrace.dll
Binary file not shown.
Loading

0 comments on commit e1506c2

Please sign in to comment.