-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat: Allow read-only transactions in Postgres and MySQL #1342
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Open in Stackblitz • kysely_koa_example
commit: |
@igalklebanov should be ready for review now |
Co-authored-by: Martin Adámek <[email protected]>
Co-authored-by: Martin Adámek <[email protected]>
Co-authored-by: Martin Adámek <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
Thanks! 🙏
Added an AccessMode
type and validation, extracted validation elsewhere. Rearranged/simplified/aligned transaction characteristics test cases between classic and controlled transaction suites.
* feat: Allow read-only transactions in Postgres and MySQL Closes #1341 * use `accessMode` instead * add tests * access mode type and validation, rearranging stuff a bit. Co-authored-by: Martin Adámek <[email protected]> * rearranging stuff a bit. Co-authored-by: Martin Adámek <[email protected]> * align/simplify tests a bit Co-authored-by: Martin Adámek <[email protected]> --------- Co-authored-by: igalklebanov <[email protected]> Co-authored-by: Martin Adámek <[email protected]>
Closes #1341