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

FromJsonQueryResult: add missing module prefix to sea_query #1081

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

nickb937
Copy link
Contributor

PR Info

Fixes

  • Code generated from use of FromJsonQueryResult references sea_query without prefixing it with sea_orm::, requiring an explicit module import of sea_orm::sea_query in the user module

@tyt2y3 tyt2y3 merged commit 9eacecd into SeaQL:master Sep 29, 2022
@tyt2y3
Copy link
Member

tyt2y3 commented Sep 30, 2022

Nice catch, thank you

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 this pull request may close these issues.

Use of FromJsonQueryResult will fail unless sea_query module is explicitly imported
2 participants