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

Missing Expr::tbl #779

Closed
ctron opened this issue May 14, 2024 · 1 comment
Closed

Missing Expr::tbl #779

ctron opened this issue May 14, 2024 · 1 comment

Comments

@ctron
Copy link

ctron commented May 14, 2024

In the documentation (https://www.sea-ql.org/SeaORM/docs/advanced-query/custom-joins/) there is an example of Expr::tbl, which seems to be missing.

        .column_as(
            Expr::tbl(Alias::new("fruit_alias"), fruit::Column::Name).into_simple_expr(),
            "fruit_name"
        )

I assume either the documentation or the code needs an update.

tyt2y3 added a commit to SeaQL/seaql.github.io that referenced this issue May 24, 2024
@tyt2y3
Copy link
Member

tyt2y3 commented May 24, 2024

Edited, thanks!

@tyt2y3 tyt2y3 closed this as completed May 24, 2024
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

No branches or pull requests

2 participants