aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/sqlite3-wasm.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2023-03-08 18:05:57 +0000
committerstephan <stephan@noemail.net>2023-03-08 18:05:57 +0000
commit99ace8263426ee9001d3994e6a8275d4fd8b8fc3 (patch)
tree97eff8de8ab9c00e43dc1c175e70b6965b167ce2 /ext/wasm/api/sqlite3-wasm.c
parent975f2062dad5425b2384265dfca372d39f200c0f (diff)
downloadsqlite-99ace8263426ee9001d3994e6a8275d4fd8b8fc3.tar.gz
sqlite-99ace8263426ee9001d3994e6a8275d4fd8b8fc3.zip
Export the new SQLITE_CHANGESETAPPLY_IGNORENOOP flag to JS.
FossilOrigin-Name: ac7359b2633ead74a53b2796fe038ca285aacad45b45980db2a76a87154e66e3
Diffstat (limited to 'ext/wasm/api/sqlite3-wasm.c')
-rw-r--r--ext/wasm/api/sqlite3-wasm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/sqlite3-wasm.c b/ext/wasm/api/sqlite3-wasm.c
index fd074541a..649959a8f 100644
--- a/ext/wasm/api/sqlite3-wasm.c
+++ b/ext/wasm/api/sqlite3-wasm.c
@@ -495,6 +495,7 @@ const char * sqlite3_wasm_enum_json(void){
DefInt(SQLITE_CHANGESETSTART_INVERT);
DefInt(SQLITE_CHANGESETAPPLY_NOSAVEPOINT);
DefInt(SQLITE_CHANGESETAPPLY_INVERT);
+ DefInt(SQLITE_CHANGESETAPPLY_IGNORENOOP);
DefInt(SQLITE_CHANGESET_DATA);
DefInt(SQLITE_CHANGESET_NOTFOUND);