-
Notifications
You must be signed in to change notification settings - Fork 50
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: add support for NUMERIC type #185
Conversation
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
============================================
- Coverage 72.17% 71.40% -0.77%
- Complexity 1094 1104 +10
============================================
Files 24 24
Lines 3292 3396 +104
Branches 495 525 +30
============================================
+ Hits 2376 2425 +49
- Misses 723 756 +33
- Partials 193 215 +22
Continue to review full report at Codecov.
|
@olavloite the tests are now passing 🎉 If you could please take a look at the other failures, that would be awesome. |
@skuruppu Ah, cool. I'll look into the other failures and update the PR. |
Adds support for the
NUMERIC
data type.