Fossil SCM
Update the sqlite3.h file so that the source-id is the same as sqlite3.c
Commit
09cea3cbf471070735b3fd089e176a35dfb47042218ba91d019a1c019be00785
Parent
e5e2dac0761eee6…
1 file changed
+2
-2
+2
-2
| --- src/sqlite3.h | ||
| +++ src/sqlite3.h | ||
| @@ -123,11 +123,11 @@ | ||
| 123 | 123 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 124 | 124 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 125 | 125 | */ |
| 126 | 126 | #define SQLITE_VERSION "3.34.0" |
| 127 | 127 | #define SQLITE_VERSION_NUMBER 3034000 |
| 128 | -#define SQLITE_SOURCE_ID "2020-09-15 20:48:30 3d35fa0be866213274fc09250225b345f6b08a9b4ec373d53d95e627e24512be" | |
| 128 | +#define SQLITE_SOURCE_ID "2020-09-17 21:11:25 4542d194e2fef5e21e1c3679914bd9e21fab31cfb111cf640524fb3514a8afa3" | |
| 129 | 129 | |
| 130 | 130 | /* |
| 131 | 131 | ** CAPI3REF: Run-Time Library Version Numbers |
| 132 | 132 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 133 | 133 | ** |
| @@ -9469,11 +9469,11 @@ | ||
| 9469 | 9469 | ** or any operation on a WITHOUT ROWID table, the value of the sixth |
| 9470 | 9470 | ** parameter is undefined. For an INSERT or UPDATE on a rowid table the |
| 9471 | 9471 | ** seventh parameter is the final rowid value of the row being inserted |
| 9472 | 9472 | ** or updated. The value of the seventh parameter passed to the callback |
| 9473 | 9473 | ** function is not defined for operations on WITHOUT ROWID tables, or for |
| 9474 | -** INSERT operations on rowid tables. | |
| 9474 | +** DELETE operations on rowid tables. | |
| 9475 | 9475 | ** |
| 9476 | 9476 | ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()], |
| 9477 | 9477 | ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces |
| 9478 | 9478 | ** provide additional information about a preupdate event. These routines |
| 9479 | 9479 | ** may only be called from within a preupdate callback. Invoking any of |
| 9480 | 9480 |
| --- src/sqlite3.h | |
| +++ src/sqlite3.h | |
| @@ -123,11 +123,11 @@ | |
| 123 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 124 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 125 | */ |
| 126 | #define SQLITE_VERSION "3.34.0" |
| 127 | #define SQLITE_VERSION_NUMBER 3034000 |
| 128 | #define SQLITE_SOURCE_ID "2020-09-15 20:48:30 3d35fa0be866213274fc09250225b345f6b08a9b4ec373d53d95e627e24512be" |
| 129 | |
| 130 | /* |
| 131 | ** CAPI3REF: Run-Time Library Version Numbers |
| 132 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 133 | ** |
| @@ -9469,11 +9469,11 @@ | |
| 9469 | ** or any operation on a WITHOUT ROWID table, the value of the sixth |
| 9470 | ** parameter is undefined. For an INSERT or UPDATE on a rowid table the |
| 9471 | ** seventh parameter is the final rowid value of the row being inserted |
| 9472 | ** or updated. The value of the seventh parameter passed to the callback |
| 9473 | ** function is not defined for operations on WITHOUT ROWID tables, or for |
| 9474 | ** INSERT operations on rowid tables. |
| 9475 | ** |
| 9476 | ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()], |
| 9477 | ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces |
| 9478 | ** provide additional information about a preupdate event. These routines |
| 9479 | ** may only be called from within a preupdate callback. Invoking any of |
| 9480 |
| --- src/sqlite3.h | |
| +++ src/sqlite3.h | |
| @@ -123,11 +123,11 @@ | |
| 123 | ** [sqlite3_libversion_number()], [sqlite3_sourceid()], |
| 124 | ** [sqlite_version()] and [sqlite_source_id()]. |
| 125 | */ |
| 126 | #define SQLITE_VERSION "3.34.0" |
| 127 | #define SQLITE_VERSION_NUMBER 3034000 |
| 128 | #define SQLITE_SOURCE_ID "2020-09-17 21:11:25 4542d194e2fef5e21e1c3679914bd9e21fab31cfb111cf640524fb3514a8afa3" |
| 129 | |
| 130 | /* |
| 131 | ** CAPI3REF: Run-Time Library Version Numbers |
| 132 | ** KEYWORDS: sqlite3_version sqlite3_sourceid |
| 133 | ** |
| @@ -9469,11 +9469,11 @@ | |
| 9469 | ** or any operation on a WITHOUT ROWID table, the value of the sixth |
| 9470 | ** parameter is undefined. For an INSERT or UPDATE on a rowid table the |
| 9471 | ** seventh parameter is the final rowid value of the row being inserted |
| 9472 | ** or updated. The value of the seventh parameter passed to the callback |
| 9473 | ** function is not defined for operations on WITHOUT ROWID tables, or for |
| 9474 | ** DELETE operations on rowid tables. |
| 9475 | ** |
| 9476 | ** The [sqlite3_preupdate_old()], [sqlite3_preupdate_new()], |
| 9477 | ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces |
| 9478 | ** provide additional information about a preupdate event. These routines |
| 9479 | ** may only be called from within a preupdate callback. Invoking any of |
| 9480 |