aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/misc/stmt.c')
-rw-r--r--ext/misc/stmt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/misc/stmt.c b/ext/misc/stmt.c
index a74e6b877..b06191e93 100644
--- a/ext/misc/stmt.c
+++ b/ext/misc/stmt.c
@@ -285,6 +285,9 @@ static sqlite3_module stmtModule = {
0, /* xRollback */
0, /* xFindMethod */
0, /* xRename */
+ 0, /* xSavepoint */
+ 0, /* xRelease */
+ 0, /* xRollbackTo */
};
#endif /* SQLITE_OMIT_VIRTUALTABLE */