Skip to content

Commit 4d1bd93

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-sqlite3 (3.45.2-1 -> 3.45.2-2) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 3dc63a1 commit 4d1bd93

Some content is hidden

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

82 files changed

+28
-11
lines changed

mingw32/bin/dbhash.exe

512 Bytes
Binary file not shown.

mingw32/bin/libsqlite3-0.dll

-1.5 KB
Binary file not shown.

mingw32/bin/showdb.exe

512 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

512 Bytes
Binary file not shown.

mingw32/bin/sqldiff.exe

512 Bytes
Binary file not shown.

mingw32/bin/sqlite3.exe

5.5 KB
Binary file not shown.

mingw32/bin/sqlite3_analyzer.exe

0 Bytes
Binary file not shown.

mingw32/include/sqlite3.h

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ extern "C" {
146146
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
147147
** [sqlite_version()] and [sqlite_source_id()].
148148
*/
149-
#define SQLITE_VERSION "3.45.2"
150-
#define SQLITE_VERSION_NUMBER 3045002
151-
#define SQLITE_SOURCE_ID "2024-03-12 11:06:23 d8cd6d49b46a395b13955387d05e9e1a2a47e54fb99f3c9b59835bbefad6alt1"
149+
#define SQLITE_VERSION "3.45.3"
150+
#define SQLITE_VERSION_NUMBER 3045003
151+
#define SQLITE_SOURCE_ID "2024-04-15 13:34:05 8653b758870e6ef0c98d46b3ace27849054af85da891eb121e9aaa537f1ealt1"
152152

153153
/*
154154
** CAPI3REF: Run-Time Library Version Numbers
@@ -2143,6 +2143,22 @@ struct sqlite3_mem_methods {
21432143
** configuration setting is never used, then the default maximum is determined
21442144
** by the [SQLITE_MEMDB_DEFAULT_MAXSIZE] compile-time option. If that
21452145
** compile-time option is not set, then the default maximum is 1073741824.
2146+
**
2147+
** [[SQLITE_CONFIG_ROWID_IN_VIEW]]
2148+
** <dt>SQLITE_CONFIG_ROWID_IN_VIEW
2149+
** <dd>The SQLITE_CONFIG_ROWID_IN_VIEW option enables or disables the ability
2150+
** for VIEWs to have a ROWID. The capability can only be enabled if SQLite is
2151+
** compiled with -DSQLITE_ALLOW_ROWID_IN_VIEW, in which case the capability
2152+
** defaults to on. This configuration option queries the current setting or
2153+
** changes the setting to off or on. The argument is a pointer to an integer.
2154+
** If that integer initially holds a value of 1, then the ability for VIEWs to
2155+
** have ROWIDs is activated. If the integer initially holds zero, then the
2156+
** ability is deactivated. Any other initial value for the integer leaves the
2157+
** setting unchanged. After changes, if any, the integer is written with
2158+
** a 1 or 0, if the ability for VIEWs to have ROWIDs is on or off. If SQLite
2159+
** is compiled without -DSQLITE_ALLOW_ROWID_IN_VIEW (which is the usual and
2160+
** recommended case) then the integer is always filled with zero, regardless
2161+
** if its initial value.
21462162
** </dl>
21472163
*/
21482164
#define SQLITE_CONFIG_SINGLETHREAD 1 /* nil */
@@ -2174,6 +2190,7 @@ struct sqlite3_mem_methods {
21742190
#define SQLITE_CONFIG_SMALL_MALLOC 27 /* boolean */
21752191
#define SQLITE_CONFIG_SORTERREF_SIZE 28 /* int nByte */
21762192
#define SQLITE_CONFIG_MEMDB_MAXSIZE 29 /* sqlite3_int64 */
2193+
#define SQLITE_CONFIG_ROWID_IN_VIEW 30 /* int* */
21772194

21782195
/*
21792196
** CAPI3REF: Database Connection Configuration Options

mingw32/lib/libsqlite3.a

-930 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/sqlite3.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ includedir=${prefix}/include
77

88
Name: SQLite
99
Description: SQL database engine
10-
Version: 3.45.2
10+
Version: 3.45.3
1111
Libs: -L${libdir} -lsqlite3
1212
Libs.private: -lz
1313
Cflags: -I${includedir}
0 Bytes
Binary file not shown.

mingw32/lib/sqlite3.45.2/pkgIndex.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package ifneeded sqlite3 3.45.2 [list load [file join $dir libtclsqlite3[info sharedlibextension]] sqlite3]
1+
package ifneeded sqlite3 3.45.3 [list load [file join $dir libtclsqlite3[info sharedlibextension]] sqlite3]
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.636.2db97b993-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1682971561
2121

2222
%INSTALLDATE%
23-
1716434100
23+
1716520519
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-sqlite3-3.45.2-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-sqlite3-3.45.2-2/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-sqlite3
33

44
%VERSION%
5-
3.45.2-1
5+
3.45.2-2
66

77
%BASE%
88
mingw-w64-sqlite3
@@ -17,16 +17,16 @@ https://www.sqlite.org/
1717
any
1818

1919
%BUILDDATE%
20-
1710256056
20+
1716409166
2121

2222
%INSTALLDATE%
23-
1710299686
23+
1716520515
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/dad66715/8251076287)
26+
CI (msys2/msys2-autobuild/63ea6585/9197800405)
2727

2828
%SIZE%
29-
19070828
29+
19083268
3030

3131
%REASON%
3232
1
Binary file not shown.

var/lib/pacman/sync/clang64.db

1.02 KB
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-37 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

265 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

1.56 KB
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)