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

No SqlOrd for Unsigned? #1870

Closed
RazrFalcon opened this Issue Oct 3, 2018 · 0 comments

Comments

Projects
None yet
1 participant
@RazrFalcon

RazrFalcon commented Oct 3, 2018

the trait `diesel::sql_types::SqlOrd` is not implemented for `diesel::sql_types::Unsigned<diesel::sql_types::Integer>`

Is it not possible to implement or simply not done yet?

sgrif added a commit that referenced this issue Oct 3, 2018

Allow mysql's unsigned types to be used with aggregate functions
In the cases where the output type is `Numeric`, the output is signed as
there's no representation of an unsigned arbitrary precision decimal
number.

Fixes #1870.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment