WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit acab62b

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-sqlite3 (3.51.0-1 -> 3.51.1-1) mingw-w64-x86_64-sqlite3 (3.51.0-1 -> 3.51.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent f64917c commit acab62b

File tree

163 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+41
-41
lines changed

mingw32/bin/dbhash.exe

0 Bytes
Binary file not shown.

mingw32/bin/libsqlite3-0.dll

512 Bytes
Binary file not shown.

mingw32/bin/showdb.exe

0 Bytes
Binary file not shown.

mingw32/bin/showjournal.exe

0 Bytes
Binary file not shown.

mingw32/bin/showstat4.exe

0 Bytes
Binary file not shown.

mingw32/bin/showwal.exe

0 Bytes
Binary file not shown.

mingw32/bin/sqldiff.exe

0 Bytes
Binary file not shown.

mingw32/bin/sqlite3.exe

0 Bytes
Binary file not shown.

mingw32/bin/sqlite3_analyzer.exe

-512 Bytes
Binary file not shown.

mingw32/include/sqlite3.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ extern "C" {
146146
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
147147
** [sqlite_version()] and [sqlite_source_id()].
148148
*/
149-
#define SQLITE_VERSION "3.51.0"
150-
#define SQLITE_VERSION_NUMBER 3051000
151-
#define SQLITE_SOURCE_ID "2025-11-04 19:38:17 fb2c931ae597f8d00a37574ff67aeed3eced4e5547f9120744a-experimental"
152-
#define SQLITE_SCM_BRANCH "unknown"
153-
#define SQLITE_SCM_TAGS "unknown"
154-
#define SQLITE_SCM_DATETIME "2025-11-04T19:38:17.314Z"
149+
#define SQLITE_VERSION "3.51.1"
150+
#define SQLITE_VERSION_NUMBER 3051001
151+
#define SQLITE_SOURCE_ID "2025-11-28 17:28:25 281fc0e9afc38674b9b0991943b9e9d1e64c6cbdb133d35f6f5c87ff6af3alt1"
152+
#define SQLITE_SCM_BRANCH "branch-3.51"
153+
#define SQLITE_SCM_TAGS "release version-3.51.1"
154+
#define SQLITE_SCM_DATETIME "2025-11-28T17:28:25.933Z"
155155

156156
/*
157157
** CAPI3REF: Run-Time Library Version Numbers
@@ -10426,7 +10426,7 @@ SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
1042610426
** &nbsp; ){
1042710427
** &nbsp; // do something with pVal
1042810428
** &nbsp; }
10429-
** &nbsp; if( rc!=SQLITE_OK ){
10429+
** &nbsp; if( rc!=SQLITE_DONE ){
1043010430
** &nbsp; // an error has occurred
1043110431
** &nbsp; }
1043210432
** </pre></blockquote>)^

0 commit comments

Comments
 (0)