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

for update support #15

Closed
4 tasks
fwbrasil opened this issue Dec 6, 2015 · 0 comments · Fixed by #2268
Closed
4 tasks

for update support #15

fwbrasil opened this issue Dec 6, 2015 · 0 comments · Fixed by #2268

Comments

@fwbrasil
Copy link
Collaborator

fwbrasil commented Dec 6, 2015

Depends on #6.

The recommended way of using FOR UPDATE is using infix. It should be a feature supported by quill-sql.

  • Implement an implicit class in quill-sql using infix. It'll be similar to the readme example, but using the implicit mechanism described by Support Implicit #6.
  • Ensure that the code is 100% covered by unit tests.
  • No integration tests are required.
  • Document the feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant