diff options
author | stephan <stephan@noemail.net> | 2023-10-27 21:05:50 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2023-10-27 21:05:50 +0000 |
commit | 26422f823fe813d45543a43412e98ddab16360a5 (patch) | |
tree | 498dc0b84e48e07cef4436c66415e55a923331ed /ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api | |
parent | 334b6fe418a504129959bc6bbc4ef3e044887244 (diff) | |
download | sqlite-26422f823fe813d45543a43412e98ddab16360a5.tar.gz sqlite-26422f823fe813d45543a43412e98ddab16360a5.zip |
Export sqlite3_get_autocommit() to WASM and add tests for it.
FossilOrigin-Name: 7cb6d3cd3926882240c91a4b90fdf237b931653295d8d94b05ed885dcae59608
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 ad2872d83..57cd61eb9 100644 --- a/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api +++ b/ext/wasm/api/EXPORTED_FUNCTIONS.sqlite3-api @@ -63,6 +63,7 @@ _sqlite3_file_control _sqlite3_finalize _sqlite3_free _sqlite3_get_auxdata +_sqlite3_get_autocommit _sqlite3_initialize _sqlite3_keyword_count _sqlite3_keyword_name |