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

Transactions needed #204

Open
pgsfredda opened this issue Oct 4, 2019 · 3 comments
Open

Transactions needed #204

pgsfredda opened this issue Oct 4, 2019 · 3 comments

Comments

@pgsfredda
Copy link

Hi.
I tested your lib and it works perfectly and very simply, also in the try catch construct using async/await. Thank you!

If I need to save multiple rows in the MS Access db, of course I need to reproduce a transaction mechanism.
I know that ADODB object can export three connection's methods: BeginTrans, CommitTrans and RollbackTrans.
ADODB interface

Is it possible to extend your lib with these three methods?

Thank tou in advance for your answer!

@Reda1000
Copy link

Reda1000 commented Jun 5, 2021

@nuintun great repo... since transaction seem to be added in December 2020 by #382 I wanted to ask if the current master can be published to NPM and this ticket closed.

Let me know how I can help - I did not see any "npm pulish" command inside this Repo / Actions so I am not sure if I can do something.

@pgsfredda
Copy link
Author

Hi.
Now I can't test the new feature for the transactions. I work on an another project. But for me the issue is closed.

@Reda1000
Copy link

Reda1000 commented Jun 7, 2021

Hi, no worries... I am somewhat also interested. since transaction could improve the speed of several sequential executes I am currently using on a project with npm and typescript.

I am missing the publish to npm-repo and could then test if working according Readme.

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

No branches or pull requests

2 participants