-
Notifications
You must be signed in to change notification settings - Fork 435
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
TVP and BulkCopy random data test for all data types with server cursor #319
TVP and BulkCopy random data test for all data types with server cursor #319
Conversation
…on is less than 25
…nto TVP-ALL-Types-Test
…nto TVP-ALL-Types-Test
Codecov Report
@@ Coverage Diff @@
## RTW_6.2.0 #319 +/- ##
===============================================
+ Coverage 37.17% 40.09% +2.92%
- Complexity 1670 1877 +207
===============================================
Files 103 107 +4
Lines 23663 24484 +821
Branches 3918 4037 +119
===============================================
+ Hits 8796 9818 +1022
+ Misses 13278 12822 -456
- Partials 1589 1844 +255
Continue to review full report at Codecov.
|
int srcJDBCTypeInt = srcMeta.getColumnType(i + 1); | ||
int destJDBCTypeInt = destMeta.getColumnType(i + 1); | ||
|
||
// varify column types |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: verify
No description provided.