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

feat: add support for specifying tables to be locked in ForUpdate, ForNoKeyUpdate, ForKeyShare, ForShare #299

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

jbub
Copy link
Contributor

@jbub jbub commented Sep 24, 2021

Currently the ForUpdate method (and other locking methods) does not support specifying tables to be locked.

As per docs this is the current dialect support:

This PR adds support for specifying tables to be locked to ForUpdate, ForNoKeyUpdate, ForKeyShare, ForShare methods.

@jbub jbub force-pushed the for-update-of branch 3 times, most recently from 0530bbd to 21bda3c Compare September 24, 2021 12:54
@jbub jbub marked this pull request as ready for review September 24, 2021 13:01
@jbub jbub changed the title feat: add support for specifying tables to be locked in ForUpdate feat: add support for specifying tables to be locked in ForUpdate, ForNoKeyUpdate, ForKeyShare, ForShare Sep 24, 2021
@doug-martin doug-martin changed the base branch from master to v9.17.0-rc October 6, 2021 21:19
@doug-martin doug-martin merged commit 14e7ced into doug-martin:v9.17.0-rc Oct 6, 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