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

sql: use nicer apd.Decimal.SetInt64 in the code base #49919

Merged
merged 1 commit into from
Jun 8, 2020

Conversation

yuzefovich
Copy link
Member

This commit is automatic replacement of apd.Decimal.SetFinite((.*), 0)
into a nicer apd.Decimal.SetInt64($1) which are equivalent.

Release note: None

This commit is automatic replacement of `apd.Decimal.SetFinite((.*), 0)`
into a nicer `apd.Decimal.SetInt64($1)` which are equivalent.

Release note: None
@yuzefovich yuzefovich requested a review from maddyblue June 5, 2020 16:57
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@yuzefovich
Copy link
Member Author

TFTR!

bors r+

@craig
Copy link
Contributor

craig bot commented Jun 8, 2020

Build succeeded

@craig craig bot merged commit a966fd4 into cockroachdb:master Jun 8, 2020
@yuzefovich yuzefovich deleted the decimal-int64 branch June 8, 2020 18:31
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