-
Notifications
You must be signed in to change notification settings - Fork 501
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
Refactor out all mssql defined data types into a mssqltypes subpackage #518
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 68.67% 68.49% -0.18%
==========================================
Files 22 20 -2
Lines 5056 4984 -72
==========================================
- Hits 3472 3414 -58
+ Misses 1379 1367 -12
+ Partials 205 203 -2
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 68.86% 68.72% -0.14%
==========================================
Files 22 20 -2
Lines 5058 5004 -54
==========================================
- Hits 3483 3439 -44
+ Misses 1369 1361 -8
+ Partials 206 204 -2
Continue to review full report at Codecov.
|
I've pulled Error out from this PR. @denisenkom can you check? |
This needs to be rebased |
Part of issue #357