diff options
author | stephan <stephan@noemail.net> | 2022-12-23 14:11:54 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-23 14:11:54 +0000 |
commit | 0f29f17bf6ea1044d4daa7bbc00283a026a1c514 (patch) | |
tree | 698e4c4a0d8abc280084b5c5bc3aa350512a8a8b /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | cc1cc9d7b78a6c932d7f6201106c7b4ef094ea30 (diff) | |
download | sqlite-0f29f17bf6ea1044d4daa7bbc00283a026a1c514.tar.gz sqlite-0f29f17bf6ea1044d4daa7bbc00283a026a1c514.zip |
Add sqlite3.capi JS bindings for the sqlite3session_...(), sqlite3changeset_...() and sqlite3changegroup_...() APIs, noting that they are completely untested. Aside from missing tests, these bindings reveal a slight string-argument-type shortcoming in the callback function pointer "reverse binding" which should ideally be resolved before publishing them.
FossilOrigin-Name: 0a39172ee134816f5ce17a403b960e9c22bb56efd5bcf77ecde465efe0d88b1d
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 2c94d0fad..da4cc5bd2 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -184,6 +184,7 @@ _sqlite3session_enable _sqlite3session_indirect _sqlite3session_isempty _sqlite3session_memory_used +_sqlite3session_object_config _sqlite3session_patchset _sqlite3session_patchset_strm _sqlite3session_table_filter |