Replies: 2 comments
-
@sproctor The above should be fine, after the
I do understand the confusion, on #2066 we discussed changing the operator to the left (like |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much for your response. Is there a clear way to handle In the current situation, how should a value be encoded? It seems like the simplest is to quote all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to filter on a floating point number. I expected the query to be something like:
/table?column=eq."0.25", but with that I get the error:"invalid input syntax for type numeric: \"\"0.25\"\"". Sending/table?column=eq.0.25works, but that seems to violate the URL grammar.Beta Was this translation helpful? Give feedback.
All reactions