diff --git a/libsql-sqlite3/src/test8.c b/libsql-sqlite3/src/test8.c index 71f8884c01..29d0532dea 100644 --- a/libsql-sqlite3/src/test8.c +++ b/libsql-sqlite3/src/test8.c @@ -1361,8 +1361,13 @@ static sqlite3_module echoModuleV2 = { echoRelease, echoRollbackTo, 0, /* xShadowName */ + 0, /* xIntegrity */ + 0, + 0, + 0, + 0, + 0, echoPreparedSql, - 0 /* xIntegrity */ }; /*