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
this line is nor more compiling since latest version of serde and serde_json:
let result:Result<(serde_json::Value,), sqlx::Error> = sqlx::query_as("select jsonb_build_object('version', version(), 'now', now()) j").fetch_one
```
so how to fecth an unknown json structure ?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
this line is nor more compiling since latest version of serde and serde_json:
Beta Was this translation helpful? Give feedback.
All reactions