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

Support precision in ROUND #114

Merged
merged 2 commits into from
Jun 17, 2023
Merged

Conversation

amcgavin
Copy link
Contributor

@amcgavin amcgavin commented Jun 3, 2023

Support the precision parameter in the ROUND function.

Doesn't support rounding_mode as the analyzer doesn't support the signature (NUMERIC, INT64, STRING).

@codecov-commenter
Copy link

Codecov Report

Merging #114 (0582577) into main (a3da2d0) will decrease coverage by 0.03%.
The diff coverage is 53.84%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #114      +/-   ##
==========================================
- Coverage   45.40%   45.38%   -0.03%     
==========================================
  Files          44       44              
  Lines       17544    17554      +10     
==========================================
+ Hits         7966     7967       +1     
- Misses       8131     8139       +8     
- Partials     1447     1448       +1     

@goccy
Copy link
Owner

goccy commented Jun 17, 2023

Thank you for your contribution ! LGTM

@goccy goccy merged commit bbe1939 into goccy:main Jun 17, 2023
7 checks passed
@amcgavin amcgavin deleted the feature/better-rounding branch June 20, 2023 00:23
ohaibbq pushed a commit to Recidiviz/go-zetasqlite that referenced this pull request Jan 23, 2024
* Support additional rounding arguments

* Remove rounding mode; add tests
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