aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-09 15:12:07 +0000
committerstephan <stephan@noemail.net>2022-12-09 15:12:07 +0000
commit706780fbd9e67d3637abee261b005637d7e02d77 (patch)
treee06c701a140b9349fc581aa4c2424624a6963090 /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
parent99f30f1cd485dd81b04de48ae08eed24f5bd0725 (diff)
downloadsqlite-706780fbd9e67d3637abee261b005637d7e02d77.tar.gz
sqlite-706780fbd9e67d3637abee261b005637d7e02d77.zip
Expose sqlite3_value_frombind/nochange/numeric_type() to WASM. Add a flag to sqlite3_value_to_js() to cause it to return undefined, instead of throwing, if no conversion can be found.
FossilOrigin-Name: de8fc4bf34f80f320012a0e506ed8e3e24806daf67845d5dabb00b916108f6ef
Diffstat (limited to 'ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api')
-rw-r--r--ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
index 8bf26bc6f..4e16ac35f 100644
--- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
+++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api
@@ -107,8 +107,11 @@ _sqlite3_user_data
_sqlite3_value_blob
_sqlite3_value_bytes
_sqlite3_value_double
+_sqlite3_value_frombind
_sqlite3_value_int
_sqlite3_value_int64
+_sqlite3_value_nochange
+_sqlite3_value_numeric_type
_sqlite3_value_pointer
_sqlite3_value_text
_sqlite3_value_type