-
Notifications
You must be signed in to change notification settings - Fork 425
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
Add | Implement hashCode() and equals() APIs for SQLServerDataTable and SQLServerDataColumn #1025
Conversation
…nd SQLServerDataColumn classes
Codecov Report
@@ Coverage Diff @@
## dev #1025 +/- ##
============================================
+ Coverage 50.09% 50.17% +0.07%
- Complexity 2878 2890 +12
============================================
Files 120 120
Lines 27989 28016 +27
Branches 4677 4685 +8
============================================
+ Hits 14022 14057 +35
+ Misses 11713 11697 -16
- Partials 2254 2262 +8
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## dev #1025 +/- ##
============================================
+ Coverage 50.92% 52.96% +2.03%
- Complexity 2958 3153 +195
============================================
Files 120 119 -1
Lines 28001 28022 +21
Branches 4686 4688 +2
============================================
+ Hits 14259 14841 +582
+ Misses 11595 10940 -655
- Partials 2147 2241 +94
Continue to review full report at Codecov.
|
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerDataColumn.java
Outdated
Show resolved
Hide resolved
8a300d9
Resolves #1023
Merged PR #1024 to move Test class to
tvp
package.