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
Hm, running UPDATE notifications SET payload = '{"a": "b"}'::jsonb || $params WHERE id = $id; works for me, with params being inferred to be JSON by pgTyped.
Can you attach the actual query you are trying to execute?
breaks PGTyped. This is valid PG syntax, for example, try running this in REPL
The text was updated successfully, but these errors were encountered: