-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: Support MySQL math function PI & TRUNCATE #486
Conversation
Codecov ReportBase: 36.10% // Head: 35.73% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #486 +/- ##
==========================================
- Coverage 36.10% 35.73% -0.38%
==========================================
Files 147 151 +4
Lines 21089 21364 +275
==========================================
+ Hits 7615 7635 +20
- Misses 12643 12912 +269
+ Partials 831 817 -14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
* function PI & TRUNCATE * function PI & TRUNCATE * function PI & TRUNCATE
What this PR does:
Support MySQL math function PI & TRUNCATE
Which issue(s) this PR fixes:
Fixes #455
Special notes for your reviewer:
Does this PR introduce a user-facing change?: