Skip to content

Commit

Permalink
Merge pull request #1790 from tursodatabase/fix-xprepare-sql-init
Browse files Browse the repository at this point in the history
libsql-sqlite3: Fix xPrepareSql init in test8.c
  • Loading branch information
penberg authored Oct 21, 2024
2 parents 7521bc0 + e75184b commit 9ce06b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libsql-sqlite3/src/test8.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,8 +1361,13 @@ static sqlite3_module echoModuleV2 = {
echoRelease,
echoRollbackTo,
0, /* xShadowName */
0, /* xIntegrity */
0,
0,
0,
0,
0,
echoPreparedSql,
0 /* xIntegrity */
};

/*
Expand Down

0 comments on commit 9ce06b7

Please sign in to comment.