You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl 'localhost:3000/bets?data_json->@type=eq.4'
{"code":"PGRST100","details":"unexpected \"@\" expecting \"-\", digit or field name (* or [a..z0..9_$])","hint":null,"message":"\"failed to parse tree path (data_json->@type)\" (line 1, column 12)"}
Bug report
Describe the bug
Hi! We are trying to query the data from our jsonb column that has a special symbol @.
We are following the recommended spec by schema-dts
This is an example of code snippet we run:
This is the result that we see
Is there anything that we are missing?
To Reproduce
The text was updated successfully, but these errors were encountered: