Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added Transactions. #382

Merged
merged 6 commits into from
Dec 8, 2020
Merged

added Transactions. #382

merged 6 commits into from
Dec 8, 2020

Conversation

javiquero
Copy link
Contributor

Now you can send an array, with multiple SQL commands, as a transaction.

A transaction is a single unit of work. If a transaction is successful, all data modifications made during the transaction are committed and become a permanent part of the database. If a transaction encounters errors and needs to be canceled or reversed, all data modifications are erased.

Now you can send an array, with multiple SQL commands, as a transaction.

A transaction is a single unit of work. If a transaction is successful, all data modifications made during the transaction are committed and become a permanent part of the database. If a transaction encounters errors and needs to be canceled or reversed, all data modifications are erased.
@javiquero
Copy link
Contributor Author

It does not pass the tests with node 8 and node 9 because as of version 8 of Mocha there is only support for node 10.12.0 or newer.

https://mochajs.org/#installation

@nuintun nuintun merged commit 1089dae into nuintun:master Dec 8, 2020
@Reda1000 Reda1000 mentioned this pull request Jun 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants