-
Notifications
You must be signed in to change notification settings - Fork 2.8k
match Q.Serializable tx isolation to serializable setting #2211
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
Conversation
|
Beep boop! 🤖 Hey @joshainglis, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. 🕐 Stay awesome! 😎 |
|
Deploy preview for hasura-docs ready! Built with commit 7dd2e09 |
|
@joshainglis you can maybe merge your other PR (#2210) into this? As they are small changes, easier to review and merge it together. |
* spelling fix: read-comitted -> read-committed * match Q.Serializable tx isolation to serializable setting
c73270a to
a515fe9
Compare
|
Thanks @ecthiender. Merged it in. |
|
Review app for commit a515fe9 deployed to Heroku: https://hge-ci-pull-2211.herokuapp.com |
|
Review app for commit 7dd2e09 deployed to Heroku: https://hge-ci-pull-2211.herokuapp.com |
rakeshkky
left a comment
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
|
Beep boop! 🤖 Whoa! 🎉 🎉 💃 Awesome work @joshainglis! 💪 🏆 All of us at Hasura ❤️ what you did. Thanks again 🤗 |
|
Review app https://hge-ci-pull-2211.herokuapp.com is deleted |
Description
Ensure Serializable transaction isolation is set when 'serializable' setting is provided
Affected components