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

Allow mysql's unsigned types to be used with aggregate functions #1872

Merged
merged 1 commit into from Oct 9, 2018

Conversation

sgrif
Copy link
Member

@sgrif sgrif commented 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.

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.
@sgrif sgrif requested a review from a team October 3, 2018 22:09
Copy link
Member

@Eijebong Eijebong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No test ? :P

@sgrif
Copy link
Member Author

sgrif commented Oct 7, 2018

I didn't think this justified it, no

@weiznich weiznich merged commit e978de4 into master Oct 9, 2018
@sgrif sgrif deleted the sg-unsigned-aggregate-functions branch February 13, 2019 13:36
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

Successfully merging this pull request may close these issues.

None yet

3 participants