We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option Yes
Does orm lookup syntax support the gdb.Model type? Now the query results of a statement can only be written in native sql
example: d.Ctx(ctx).As("a").InnerJoin(d.Ctx(ctx).Fields("min(id)").Group("brand"), "a.id = b.id")
d.Ctx(ctx).As("a").InnerJoin(d.Ctx(ctx).Fields("min(id)").Group("brand"), "a.id = b.id")
No response
The text was updated successfully, but these errors were encountered:
你看一下gdb.Raw是不是你想要的https://goframe.org/docs/core/gdb-senior-raw-sql
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Please see if gdb.Raw is what you want https://goframe.org/docs/core/gdb-senior-raw-sql
No branches or pull requests
Is your feature request related to a problem?
Option Yes
Describe the solution you'd like
Does orm lookup syntax support the gdb.Model type? Now the query results of a statement can only be written in native sql
example:
d.Ctx(ctx).As("a").InnerJoin(d.Ctx(ctx).Fields("min(id)").Group("brand"), "a.id = b.id")
Describe alternatives you've considered
example:
d.Ctx(ctx).As("a").InnerJoin(d.Ctx(ctx).Fields("min(id)").Group("brand"), "a.id = b.id")
Additional
No response
The text was updated successfully, but these errors were encountered: