Fossil SCM
Clean rebuild of SQLite (so the source_id of fts5 matches the one from SQLite itself)
Commit
5b30c544d5e25eb5f13adc304d143d8d292c9261
Parent
0b90da304fe7833…
1 file changed
+1
-1
+1
-1
| --- src/sqlite3.c | ||
| +++ src/sqlite3.c | ||
| @@ -182123,11 +182123,11 @@ | ||
| 182123 | 182123 | sqlite3_context *pCtx, /* Function call context */ |
| 182124 | 182124 | int nArg, /* Number of args */ |
| 182125 | 182125 | sqlite3_value **apVal /* Function arguments */ |
| 182126 | 182126 | ){ |
| 182127 | 182127 | assert( nArg==0 ); |
| 182128 | - sqlite3_result_text(pCtx, "fts5: 2015-12-10 17:59:50 05bc4f920ce23da48d1da6cd36a956fd6fd7c862", -1, SQLITE_TRANSIENT); | |
| 182128 | + sqlite3_result_text(pCtx, "fts5: 2015-12-11 13:51:02 e998513e442ce1206b12dc28bdc996d7b5f9f94d", -1, SQLITE_TRANSIENT); | |
| 182129 | 182129 | } |
| 182130 | 182130 | |
| 182131 | 182131 | static int fts5Init(sqlite3 *db){ |
| 182132 | 182132 | static const sqlite3_module fts5Mod = { |
| 182133 | 182133 | /* iVersion */ 2, |
| 182134 | 182134 |
| --- src/sqlite3.c | |
| +++ src/sqlite3.c | |
| @@ -182123,11 +182123,11 @@ | |
| 182123 | sqlite3_context *pCtx, /* Function call context */ |
| 182124 | int nArg, /* Number of args */ |
| 182125 | sqlite3_value **apVal /* Function arguments */ |
| 182126 | ){ |
| 182127 | assert( nArg==0 ); |
| 182128 | sqlite3_result_text(pCtx, "fts5: 2015-12-10 17:59:50 05bc4f920ce23da48d1da6cd36a956fd6fd7c862", -1, SQLITE_TRANSIENT); |
| 182129 | } |
| 182130 | |
| 182131 | static int fts5Init(sqlite3 *db){ |
| 182132 | static const sqlite3_module fts5Mod = { |
| 182133 | /* iVersion */ 2, |
| 182134 |
| --- src/sqlite3.c | |
| +++ src/sqlite3.c | |
| @@ -182123,11 +182123,11 @@ | |
| 182123 | sqlite3_context *pCtx, /* Function call context */ |
| 182124 | int nArg, /* Number of args */ |
| 182125 | sqlite3_value **apVal /* Function arguments */ |
| 182126 | ){ |
| 182127 | assert( nArg==0 ); |
| 182128 | sqlite3_result_text(pCtx, "fts5: 2015-12-11 13:51:02 e998513e442ce1206b12dc28bdc996d7b5f9f94d", -1, SQLITE_TRANSIENT); |
| 182129 | } |
| 182130 | |
| 182131 | static int fts5Init(sqlite3 *db){ |
| 182132 | static const sqlite3_module fts5Mod = { |
| 182133 | /* iVersion */ 2, |
| 182134 |