Replies: 1 comment
-
I'm encountering a similar issue with the MySQL |
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
-
Hello, I have been trying to get sea-query-binder with sqlx to work but I am facing a issue with
sqlx::query_as_with
.This is the code in question:
But I get the following error.
This is confusing to be because I am using the
sea-query-binder
crate which, looking at the source, provides this exact trait implementation. I also added thesqlx-postgres
feature which should enable it. Here is myCargo.toml
:Here are both the
Iden
enum and the struct that I am trying to cast my row into:Id be awesome if anybody could help me out here.
Beta Was this translation helpful? Give feedback.
All reactions