-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pack order into BoxableExpression #3412
Comments
Guara92
pushed a commit
to Guara92/diesel
that referenced
this issue
Nov 23, 2022
This commits fixes an issue that disallowed the usage of `BoxableExpression` as order clause due to a malformed trait impl in diesel.
Guara92
pushed a commit
to Guara92/diesel
that referenced
this issue
Nov 23, 2022
This commits fixes an issue that disallowed the usage of `BoxableExpression` as order clause due to a malformed trait impl in diesel.
weiznich
added a commit
that referenced
this issue
Nov 24, 2022
weiznich
added a commit
to weiznich/diesel
that referenced
this issue
Jan 18, 2023
This commits fixes an issue that disallowed the usage of `BoxableExpression` as order clause due to a malformed trait impl in diesel.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #3411
Originally posted by mlesin November 15, 2022
I'm following documentation of BoxableExpression trait, trying to pack dynamically chosen order into BoxableExpression:
But this is fails to compile with the following message:
And I have no idea how to satisfy AppearsOnTable<FromClause<..>> trait because FromClause trait is private.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: