diff options
author | stephan <stephan@noemail.net> | 2024-02-27 00:58:51 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-02-27 00:58:51 +0000 |
commit | 32888c2b30cefad8b1bfec91b2b7dba2e2b1513a (patch) | |
tree | 0350a76297a861080ef1e99c9cac523a1352b567 /src/test_intarray.c | |
parent | 45cf8ad02a30f76212f7b1c00fa45b00e8626eb6 (diff) | |
parent | f79b0bdcbfb46164cfd665d256f2862bf3f42a7c (diff) | |
download | sqlite-32888c2b30cefad8b1bfec91b2b7dba2e2b1513a.tar.gz sqlite-32888c2b30cefad8b1bfec91b2b7dba2e2b1513a.zip |
Bring the extra-src branch up to date with the trunk.
FossilOrigin-Name: 12ff5c5c4162951a29b638a5bc6cffa50e057c5a5e8f5e9c627af5f4ab1e4cdb
Diffstat (limited to 'src/test_intarray.c')
-rw-r--r-- | src/test_intarray.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test_intarray.c b/src/test_intarray.c index 8c74a0415..a978ed585 100644 --- a/src/test_intarray.c +++ b/src/test_intarray.c @@ -205,6 +205,11 @@ static sqlite3_module intarrayModule = { 0, /* xRollback */ 0, /* xFindMethod */ 0, /* xRename */ + 0, /* xSavepoint */ + 0, /* xRelease */ + 0, /* xRollbackTo */ + 0, /* xShadowName */ + 0 /* xIntegrity */ }; #endif /* !defined(SQLITE_OMIT_VIRTUALTABLE) */ |