You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Depends on #6.
The recommended way of using
FOR UPDATE
is using infix. It should be a feature supported byquill-sql
.quill-sql
usinginfix
. It'll be similar to the readme example, but using the implicit mechanism described by Support Implicit #6.The text was updated successfully, but these errors were encountered: