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
The custom joins documentation suggests the use of the function Expr::tbl though it has been removed in 2022.
See here: https://www.sea-ql.org/SeaORM/docs/advanced-query/custom-joins/
Since it has been replaced, we should use Expr::col with a tuple to mimic the once intended behavior.
The documented code does not work, and the tbl function is out of the documentation, way past deprecation
Haven't looked, but as aforementionned, the breaking change has been done in december 2022.
I am in quite the hurry right now working on a project, but I can/will change the doc once I am done with my current work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The custom joins documentation suggests the use of the function Expr::tbl though it has been removed in 2022.
See here: https://www.sea-ql.org/SeaORM/docs/advanced-query/custom-joins/
Expected Behavior
Since it has been replaced, we should use Expr::col with a tuple to mimic the once intended behavior.
Actual Behavior
The documented code does not work, and the tbl function is out of the documentation, way past deprecation
Versions
Haven't looked, but as aforementionned, the breaking change has been done in december 2022.
Additional Information
I am in quite the hurry right now working on a project, but I can/will change the doc once I am done with my current work.
The text was updated successfully, but these errors were encountered: