Replies: 1 comment 9 replies
-
Can you please enable query debugging and share the SQL queries executed by the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to update many rows based on a compound key or where two or more conditions are met, something like:
Is it possible in Adonisjs v5 and v6?
In Adonisjs v5, the
predicate
parameter of the method accepts a list of keys but only the first key is used in the WHERE clause of the executed statement.I appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions