-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
Select any SimpleExpr
via QuerySelect
#1696
Milestone
Comments
I will create a PR for this :) |
darkmmon
added a commit
to darkmmon/sea-orm
that referenced
this issue
Jun 12, 2023
darkmmon
added a commit
to darkmmon/sea-orm
that referenced
this issue
Jun 13, 2023
billy1624
added a commit
that referenced
this issue
Jun 13, 2023
* Test suit load environment variable from env files * Added expr() and exprs() for QuerySelect trait and Minor typo fix * fmt * Added doc testing for the new functions * Remove excess comment for doc test Co-authored-by: Chris Tsang <[email protected]> * Remove excess comment for doc test Co-authored-by: Chris Tsang <[email protected]> * updated doc tests to make example more realistic * changed doc test again for more realistic query and added expr_as() * aligned expr_as() alias input with column_as() input * update doc test for expr_as() according to previous changes --------- Co-authored-by: Billy Chan <[email protected]> Co-authored-by: Chris Tsang <[email protected]>
Closed by #1702 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Now we cannot select
SimpleExpr
directly viaQuerySelect
interface.Proposed Solutions
A new API can provide a shortcut for it.
The text was updated successfully, but these errors were encountered: