Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Columns may not have wildcard overrides in query!() or query_as!() #1272

Closed
jplatte opened this issue Jun 3, 2021 · 1 comment · Fixed by #1276
Closed

Columns may not have wildcard overrides in query!() or query_as!() #1272

jplatte opened this issue Jun 3, 2021 · 1 comment · Fixed by #1276

Comments

@jplatte
Copy link
Contributor

jplatte commented Jun 3, 2021

This error (with a missing final backtick) is emitted when using foo as "foo: _" in query!, but it is incorrect: this syntax works in query_as!(), at least for all the cases I have encoutered so far. Is this error message simply outdated or are there some cases where : _ still doesn't work for query_as!?

@abonander
Copy link
Collaborator

The error message is just outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants