Replies: 1 comment
-
Thank you for your feedback. I think I will implement generating subquery in a new way. 🤔 |
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
-
I think it’s worth adding a postfix (like r(-aw)) that assumes the absence of any operator in
WHERE
expressions, so that this can be conveniently combined with Medoo::raw. I suggest this because I encountered anIN
issue in Medoo described in #1079. As for me, this is a good alternative and a breath of air for complex and large queriesJust for example (let's do without logic):
This should generate an SQL query like this:
So we don't have an equals operator after
id
inWHERE
.Beta Was this translation helpful? Give feedback.
All reactions