orm: support lowercase operators like, in, not in etc #25035
Conversation
…ath { sin, cos }`"
This reverts commit ddf0468.
|
Connected to Huly®: V_0.6-23552 |
|
I would be somewhat simpler to create an UPPERCASE copy of the input, and stepping though that, instead of adding all the lowercase versions of things. |
I did think about |
|
No, I meant tmp_ss := ss.input.to_upper()then if tmp_ss[ss.pos..].starts_with('IS NOT NULL')later in the code. In other words, keep |
|
Of course, if you copy anything out of |
Good idea. I just pushed the changes. Do review |
solves #25032