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

add all postgres row-level locking options #402

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

ac251
Copy link
Contributor

@ac251 ac251 commented Sep 13, 2024

See postgres docs. FOR NO KEY UPDATE and FOR KEY SHARE were not previously included in Esqueleto but can be useful.

Before submitting your PR, check that you've:

After submitting your PR:

  • Update the Changelog.md file with a link to your PR.
  • Check that CI passes (or if it fails, for reasons unrelated to your change, like CI timeouts).

Copy link
Collaborator

@parsonsmatt parsonsmatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a version bump on the cabal file and it'll be good for release, provided tests all pass

changelog.md Outdated Show resolved Hide resolved
@ac251 ac251 marked this pull request as ready for review September 13, 2024 22:26
add FOR NO KEY UPDATE and FOR KEY SHARE
@parsonsmatt parsonsmatt merged commit ba43f65 into bitemyapp:master Oct 24, 2024
8 checks passed
@parsonsmatt
Copy link
Collaborator

ok, uploaded and released as 3.5.13.0, thank you!

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