aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-25 14:04:06 +0000
committerstephan <stephan@noemail.net>2022-12-25 14:04:06 +0000
commit7015aa9f4957c3131c8bc814c81c4c5d2dea8f89 (patch)
tree45f0703be21222001bd129f5ba98100c1e860782 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
parent485229e14774ef12d31a815b05aee047739086dd (diff)
downloadsqlite-7015aa9f4957c3131c8bc814c81c4c5d2dea8f89.tar.gz
sqlite-7015aa9f4957c3131c8bc814c81c4c5d2dea8f89.zip
Add missing sqlite3_context_db_handle() JS binding. Reimplement sqlite3_set_authorizer() and sqlite3_set_auxdata() JS bindings to take advantage of [7f9ace1b11a67]. Teach FuncPtrAdapter to emit a console.warn() message if it is invoked after the library is bootstrapped, the goal being to inform users that it's an internal API and should not be invoked from client-side code.
FossilOrigin-Name: 8e3d4f6294037396e388ec21abb18bf0201a6bec6ff004730cc5d11b705a6d2b
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r--ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api1
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 75e5ea3da..47a7e4a06 100644
--- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
+++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
@@ -29,6 +29,7 @@ _sqlite3_column_value
_sqlite3_compileoption_get
_sqlite3_compileoption_used
_sqlite3_complete
+_sqlite3_context_db_handle
_sqlite3_create_collation
_sqlite3_create_collation_v2
_sqlite3_create_function