Skip to content

Fix Issue #628 Uint128, UInt256 integer overflow #629

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

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Fix Issue #628 Uint128, UInt256 integer overflow #629

merged 1 commit into from
Jun 27, 2022

Conversation

ViktorZahar
Copy link
Contributor

@ViktorZahar ViktorZahar commented Jun 23, 2022

Fix Issue #628 unsigned integer overflow.
I added a field "signed" to the bigint column - maybe it's not necessary

@CLAassistant
Copy link

CLAassistant commented Jun 23, 2022

CLA assistant check
All committers have signed the CLA.

@@ -59,24 +59,28 @@ func (t Type) Column(name string) (Interface, error) {
size: 16,
chType: t,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This code is generated, you need to also modify the template

Copy link
Collaborator

Choose a reason for hiding this comment

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

@gingerwizard
Copy link
Collaborator

@ViktorZahar thanks for this and great catch. I'll merge and follow up with the template consistency fix.

@gingerwizard gingerwizard merged commit 603cfe8 into ClickHouse:v2 Jun 27, 2022
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.

3 participants