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

No SqlOrd for Unsigned? #1870

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

No SqlOrd for Unsigned? #1870

RazrFalcon opened this issue Oct 3, 2018 · 0 comments

Comments

@RazrFalcon
Copy link

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
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.
disconsented pushed a commit to NarrativeApp/diesel that referenced this issue Nov 26, 2020
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 diesel-rs#1870.
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

1 participant