Replies: 1 comment 2 replies
-
I've moved this to the discussion part of the repository as this is not a bug report, but a question. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello everyone. I got a question on raw queries. Haven’t found much on diesel’s documentation.
I’m wondering how can I use my custom structs with diesel and raw queries. If I delete distance field from struct, it will compile and execute the query but I need to show distance as well, which does not exists on table and formed with a query itself. Could you suggest on this please
Beta Was this translation helpful? Give feedback.
All reactions