Replies: 3 comments
-
|
We can go with an enum similar to Edit: |
Beta Was this translation helpful? Give feedback.
-
|
I guess it comes down to how to the chain of |
Beta Was this translation helpful? Give feedback.
-
|
My updated opinion, originally posted here:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While I working on #463, I discovered that some expressions could not be represented using the existing Expr variants This includes both space-separated and comma-separated expression lists, such as those found in
https://www.postgresql.org/docs/current/functions-json.html#SQLJSON-QUERY-FUNCTIONS
My idea is to add a new variant to support this.
The separator can be &str or a enum.
What do you think? @Expurple @tyt2y3
Beta Was this translation helpful? Give feedback.
All reactions