-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
[sqlite] Add inTransaction property #57922
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.sqliteIssues and PRs related to the SQLite subsystem.Issues and PRs related to the SQLite subsystem.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
What is the problem this feature will solve?
Some tine it is needed to get current transaction state.
better-sqlite3providesinTransactionproperty for this. It is true is database handle is currently in the transaction state.Could you please add something similar?
What is the feature you are proposing to solve the problem?
See above.
What alternatives have you considered?
See above.