Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing raw sql to get structs not related to any table schema #1665
Comments
This comment has been minimized.
hweom
commented
Apr 28, 2018
|
Ugh, found the reason. The error is quite misleading tho. |
hweom
closed this
Apr 28, 2018
This comment has been minimized.
|
We don't have any control over the error Rust generates here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hweom commentedApr 28, 2018
Imagine I have the following schema:
And I want to execute some aggregating query like this:
But this gives me an error:
Is there something that I'm missing?