Replies: 1 comment
-
@abonander no worries it's a discussion. I think this is a fairly critical function; SQLx is great though apart from this 🕺🏿 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
On my project we have files where we use a default file object. Using PostGresql.
On other structures we include the file.
Basic file:
Now, I want to include the file on the User Object (this is just for testing)
I try to make a query, and I get the following error: ``expected struct
sqlx::types::Json
, found enum `JsonValue```The query is like so:
Now I know this works, if I use JsonValue, but JsonValue has no way to know the reference object..
Beta Was this translation helpful? Give feedback.
All reactions