diff options
author | stephan <stephan@noemail.net> | 2024-07-13 13:22:32 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-07-13 13:22:32 +0000 |
commit | 0b9efaffd7eaf7881196b9d443670809f949be60 (patch) | |
tree | dc5e7abf3ea7ce08e66435b4a14a6e551acc3ac2 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | 6f9b37b35bf31ee3bc9158c9309cf205efab8d90 (diff) | |
download | sqlite-0b9efaffd7eaf7881196b9d443670809f949be60.tar.gz sqlite-0b9efaffd7eaf7881196b9d443670809f949be60.zip |
Add missing sqlite3_bind_parameter_name() binding to JS.
FossilOrigin-Name: 6dcfcc7e1c0772b11aec750bb75899a5c8e452735ecf5028c001fbaa7aa6fda0
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 c2dedfd57..dc6211ccb 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -10,6 +10,7 @@ _sqlite3_bind_int64 _sqlite3_bind_null _sqlite3_bind_parameter_count _sqlite3_bind_parameter_index +_sqlite3_bind_parameter_name _sqlite3_bind_pointer _sqlite3_bind_text _sqlite3_busy_handler |