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

Prisma transactions and rollbacks now available #1659

Open
1 task done
doriandevtech opened this issue Apr 15, 2022 · 2 comments
Open
1 task done

Prisma transactions and rollbacks now available #1659

doriandevtech opened this issue Apr 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@doriandevtech
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Test To Be Requested

Use the Transactions and Rollback Transactions from Prisma to complete the test code @ this path: apps/prisma-sample/test/cats.e2e-spec.ts

@doriandevtech doriandevtech added the enhancement New feature or request label Apr 15, 2022
@JeongJuhyeon
Copy link

To use this in a test there needs to be a way to get the reference to a transaction outside of a callback. This still does not exist in Prisma. prisma/prisma#12458

@jmcdo29 jmcdo29 changed the title [TRANSACTIONS AND TRANSACTIONS ROLLBACK NOW AVAILABLE] Prisma transactions and rollbacks now available Apr 19, 2022
@doriandevtech
Copy link
Author

To use this in a test there needs to be a way to get the reference to a transaction outside of a callback. This still does not exist in Prisma. prisma/prisma#12458

Ok alright I learned something thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants