question about reserved characters #4254
Unanswered
grantdiamond
asked this question in
Q&A
Replies: 1 comment
-
Yes, any parenthesis usage is reserved. I can see that |
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
Uh oh!
There was an error while loading. Please reload this page.
-
quick question. in the docs, it is shown that
If filters include PostgREST reserved characters(,, ., :, ()) you’ll have to surround them in percent encoded double quotes %22 for correct processing.
Does this mean that any parenthesis usage is reserved, or only an opener right next to a closer? aka a common pattern for invoking a function
Beta Was this translation helpful? Give feedback.
All reactions