Fossil SCM
Cherrypick checkins mistakenly sent to the wrong branch.
Commit
c45d34f846025e9385f44ab66845f9a7bc6bf91f454143845880811ad8be3202
Parent
5a282cfb80774f3…
8 files changed
+1
+1
+3
-3
+3
-3
+3
-3
+1
-1
+1
-1
+1
-1
M
auto.def
+1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -104,10 +104,11 @@ | ||
| 104 | 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | 106 | } |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | +define CFLAGS [get-env CFLAGS "-g -O2"] | |
| 109 | 110 | define EXTRA_CFLAGS "-Wall" |
| 110 | 111 | define EXTRA_LDFLAGS "" |
| 111 | 112 | define USE_SYSTEM_SQLITE 0 |
| 112 | 113 | define USE_LINENOISE 0 |
| 113 | 114 | define USE_MMAN_H 0 |
| 114 | 115 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | define EXTRA_CFLAGS "-Wall" |
| 110 | define EXTRA_LDFLAGS "" |
| 111 | define USE_SYSTEM_SQLITE 0 |
| 112 | define USE_LINENOISE 0 |
| 113 | define USE_MMAN_H 0 |
| 114 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | define CFLAGS [get-env CFLAGS "-g -O2"] |
| 110 | define EXTRA_CFLAGS "-Wall" |
| 111 | define EXTRA_LDFLAGS "" |
| 112 | define USE_SYSTEM_SQLITE 0 |
| 113 | define USE_LINENOISE 0 |
| 114 | define USE_MMAN_H 0 |
| 115 |
M
auto.def
+1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -104,10 +104,11 @@ | ||
| 104 | 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | 106 | } |
| 107 | 107 | } |
| 108 | 108 | |
| 109 | +define CFLAGS [get-env CFLAGS "-g -O2"] | |
| 109 | 110 | define EXTRA_CFLAGS "-Wall" |
| 110 | 111 | define EXTRA_LDFLAGS "" |
| 111 | 112 | define USE_SYSTEM_SQLITE 0 |
| 112 | 113 | define USE_LINENOISE 0 |
| 113 | 114 | define USE_MMAN_H 0 |
| 114 | 115 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | define EXTRA_CFLAGS "-Wall" |
| 110 | define EXTRA_LDFLAGS "" |
| 111 | define USE_SYSTEM_SQLITE 0 |
| 112 | define USE_LINENOISE 0 |
| 113 | define USE_MMAN_H 0 |
| 114 |
| --- auto.def | |
| +++ auto.def | |
| @@ -104,10 +104,11 @@ | |
| 104 | msg-result "WARNING: tclsh $v found; need >= 8.6 for 'make test'." |
| 105 | define TCLSH false ;# force "make test" failure via /usr/bin/false |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | define CFLAGS [get-env CFLAGS "-g -O2"] |
| 110 | define EXTRA_CFLAGS "-Wall" |
| 111 | define EXTRA_LDFLAGS "" |
| 112 | define USE_SYSTEM_SQLITE 0 |
| 113 | define USE_LINENOISE 0 |
| 114 | define USE_MMAN_H 0 |
| 115 |
+3
-3
| --- extsrc/sqlite3.c | ||
| +++ extsrc/sqlite3.c | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | 19 | ** |
| 20 | 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | -** 9f642b3dbc8febfacad97076030f44e9b400. | |
| 21 | +** 03a9703e27c44437c39363d0baf82db4ebc9. | |
| 22 | 22 | */ |
| 23 | 23 | #define SQLITE_CORE 1 |
| 24 | 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | 25 | #ifndef SQLITE_PRIVATE |
| 26 | 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | ||
| 462 | 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | 464 | */ |
| 465 | 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 467 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 468 | 468 | |
| 469 | 469 | /* |
| 470 | 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | 472 | ** |
| @@ -254886,11 +254886,11 @@ | ||
| 254886 | 254886 | int nArg, /* Number of args */ |
| 254887 | 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | 254888 | ){ |
| 254889 | 254889 | assert( nArg==0 ); |
| 254890 | 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | - sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); | |
| 254891 | + sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); | |
| 254892 | 254892 | } |
| 254893 | 254893 | |
| 254894 | 254894 | /* |
| 254895 | 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | 254896 | ** |
| 254897 | 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 9f642b3dbc8febfacad97076030f44e9b400. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 03a9703e27c44437c39363d0baf82db4ebc9. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
+3
-3
| --- extsrc/sqlite3.c | ||
| +++ extsrc/sqlite3.c | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | 19 | ** |
| 20 | 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | -** 9f642b3dbc8febfacad97076030f44e9b400. | |
| 21 | +** 03a9703e27c44437c39363d0baf82db4ebc9. | |
| 22 | 22 | */ |
| 23 | 23 | #define SQLITE_CORE 1 |
| 24 | 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | 25 | #ifndef SQLITE_PRIVATE |
| 26 | 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | ||
| 462 | 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | 464 | */ |
| 465 | 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 467 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 468 | 468 | |
| 469 | 469 | /* |
| 470 | 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | 472 | ** |
| @@ -254886,11 +254886,11 @@ | ||
| 254886 | 254886 | int nArg, /* Number of args */ |
| 254887 | 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | 254888 | ){ |
| 254889 | 254889 | assert( nArg==0 ); |
| 254890 | 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | - sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); | |
| 254891 | + sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); | |
| 254892 | 254892 | } |
| 254893 | 254893 | |
| 254894 | 254894 | /* |
| 254895 | 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | 254896 | ** |
| 254897 | 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 9f642b3dbc8febfacad97076030f44e9b400. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 03a9703e27c44437c39363d0baf82db4ebc9. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
+3
-3
| --- extsrc/sqlite3.c | ||
| +++ extsrc/sqlite3.c | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | 19 | ** |
| 20 | 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | -** 9f642b3dbc8febfacad97076030f44e9b400. | |
| 21 | +** 03a9703e27c44437c39363d0baf82db4ebc9. | |
| 22 | 22 | */ |
| 23 | 23 | #define SQLITE_CORE 1 |
| 24 | 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | 25 | #ifndef SQLITE_PRIVATE |
| 26 | 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | ||
| 462 | 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | 464 | */ |
| 465 | 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 467 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 468 | 468 | |
| 469 | 469 | /* |
| 470 | 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | 472 | ** |
| @@ -254886,11 +254886,11 @@ | ||
| 254886 | 254886 | int nArg, /* Number of args */ |
| 254887 | 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | 254888 | ){ |
| 254889 | 254889 | assert( nArg==0 ); |
| 254890 | 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | - sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); | |
| 254891 | + sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); | |
| 254892 | 254892 | } |
| 254893 | 254893 | |
| 254894 | 254894 | /* |
| 254895 | 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | 254896 | ** |
| 254897 | 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 9f642b3dbc8febfacad97076030f44e9b400. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
| --- extsrc/sqlite3.c | |
| +++ extsrc/sqlite3.c | |
| @@ -16,11 +16,11 @@ | |
| 16 | ** if you want a wrapper to interface SQLite with your choice of programming |
| 17 | ** language. The code for the "sqlite3" command-line shell is also in a |
| 18 | ** separate file. This file contains only code for the core SQLite library. |
| 19 | ** |
| 20 | ** The content in this amalgamation comes from Fossil check-in |
| 21 | ** 03a9703e27c44437c39363d0baf82db4ebc9. |
| 22 | */ |
| 23 | #define SQLITE_CORE 1 |
| 24 | #define SQLITE_AMALGAMATION 1 |
| 25 | #ifndef SQLITE_PRIVATE |
| 26 | # define SQLITE_PRIVATE static |
| @@ -462,11 +462,11 @@ | |
| 462 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 463 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 464 | */ |
| 465 | #define SQLITE_VERSION "3.47.0" |
| 466 | #define SQLITE_VERSION_NUMBER 3047000 |
| 467 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 468 | |
| 469 | /* |
| 470 | ** CAPI3REF: Run-Time Library Version Numbers |
| 471 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 472 | ** |
| @@ -254886,11 +254886,11 @@ | |
| 254886 | int nArg, /* Number of args */ |
| 254887 | sqlite3_value **apUnused /* Function arguments */ |
| 254888 | ){ |
| 254889 | assert( nArg==0 ); |
| 254890 | UNUSED_PARAM2(nArg, apUnused); |
| 254891 | sqlite3_result_text(pCtx, "fts5: 2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e", -1, SQLITE_TRANSIENT); |
| 254892 | } |
| 254893 | |
| 254894 | /* |
| 254895 | ** Implementation of fts5_locale(LOCALE, TEXT) function. |
| 254896 | ** |
| 254897 |
+1
-1
| --- extsrc/sqlite3.h | ||
| +++ extsrc/sqlite3.h | ||
| @@ -146,11 +146,11 @@ | ||
| 146 | 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | 148 | */ |
| 149 | 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 151 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 152 | 152 | |
| 153 | 153 | /* |
| 154 | 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | 156 | ** |
| 157 | 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |
+1
-1
| --- extsrc/sqlite3.h | ||
| +++ extsrc/sqlite3.h | ||
| @@ -146,11 +146,11 @@ | ||
| 146 | 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | 148 | */ |
| 149 | 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 151 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 152 | 152 | |
| 153 | 153 | /* |
| 154 | 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | 156 | ** |
| 157 | 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |
+1
-1
| --- extsrc/sqlite3.h | ||
| +++ extsrc/sqlite3.h | ||
| @@ -146,11 +146,11 @@ | ||
| 146 | 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | 148 | */ |
| 149 | 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | -#define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" | |
| 151 | +#define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" | |
| 152 | 152 | |
| 153 | 153 | /* |
| 154 | 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | 156 | ** |
| 157 | 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 10:47:24 9f642b3dbc8febfacad97076030f44e9b40067e27222f2bcb84813c5765d3d2a" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |
| --- extsrc/sqlite3.h | |
| +++ extsrc/sqlite3.h | |
| @@ -146,11 +146,11 @@ | |
| 146 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 147 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 148 | */ |
| 149 | #define SQLITE_VERSION "3.47.0" |
| 150 | #define SQLITE_VERSION_NUMBER 3047000 |
| 151 | #define SQLITE_SOURCE_ID "2024-10-21 16:30:22 03a9703e27c44437c39363d0baf82db4ebc94538a0f28411c85dda156f82636e" |
| 152 | |
| 153 | /* |
| 154 | ** CAPI3REF: Run-Time Library Version Numbers |
| 155 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 156 | ** |
| 157 |