1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Expose sqlite3_txn_state() to wasm.

FossilOrigin-Name: f6f3397a4667b15a96bdf4189c54789d622fd90351405e963d7f56ac93a9344c
This commit is contained in:
stephan
2022-12-12 07:31:37 +00:00
parent 9bda4c53c1
commit fda3c30b7d
6 changed files with 19 additions and 11 deletions

View File

@ -572,7 +572,7 @@ self.sqlite3ApiBootstrap.initializers.push(function(sqlite3){
'prepareFlags', 'resultCodes',
'serialize', 'sqlite3Status',
'stmtStatus', 'syncFlags',
'trace', 'udfFlags',
'trace', 'txnState', 'udfFlags',
'version' ];
if(wasm.bigIntEnabled){
defineGroups.push('vtab');