Replies: 1 comment
-
Not sure 🤷🏾 what to do in cases like this. I'm also not sure if this is related to SQLBoiler 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's consider this example:
Our query:
Execute our query (first execution).
Query return result:
Now execute our query again (second execution and each next).
Query result:
So, if the query executed correctly but did not take action on any row by excluding
WHERE clause
, shouldn't it be handled in some way?If so, in what way? Return error ? Handle
RowsAffected
like inUpdate
method?Beta Was this translation helpful? Give feedback.
All reactions