diff options
author | stephan <stephan@noemail.net> | 2022-10-02 20:08:53 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-10-02 20:08:53 +0000 |
commit | 92ede964e109695fec79262f8ff007f0c9873187 (patch) | |
tree | 9251d4284f00671288c75b9c425379b5d207f9c0 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | 9892883e9e285bd8f5445ad51be9f6ce8b6cc92b (diff) | |
download | sqlite-92ede964e109695fec79262f8ff007f0c9873187.tar.gz sqlite-92ede964e109695fec79262f8ff007f0c9873187.zip |
JS: clean up create_function() wrapper and add support for create_window_function(). Eliminate an extraneous blob copy when a UDF returns a blob. Make use of newfound JS-fu to clean up how sqlite3ApiBootstrap() config is initialized.
FossilOrigin-Name: d3bad9347c5423fa7f19ae729461636f1043c99a1f01f168efa10bebefb1cdd1
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r-- | ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api index 0854d5a1c..22ca64cf8 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -22,7 +22,9 @@ _sqlite3_column_text _sqlite3_column_type _sqlite3_compileoption_get _sqlite3_compileoption_used +_sqlite3_create_function _sqlite3_create_function_v2 +_sqlite3_create_window_function _sqlite3_data_count _sqlite3_db_filename _sqlite3_db_handle |