-
Notifications
You must be signed in to change notification settings - Fork 426
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
Fixed timestamp string conversion error for cstmt #2449
Conversation
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.
Also, formatter has some suggestions for CallableStatementTest.java
.
src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableStatementTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/microsoft/sqlserver/jdbc/callablestatement/CallableStatementTest.java
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2449 +/- ##
============================================
+ Coverage 50.13% 50.85% +0.72%
- Complexity 3842 3907 +65
============================================
Files 145 145
Lines 33409 33411 +2
Branches 5667 5668 +1
============================================
+ Hits 16750 16992 +242
+ Misses 14258 14022 -236
+ Partials 2401 2397 -4 ☔ View full report in Codecov by Sentry. |
* Fixed timestamp string conversion error for cstmt * Code review comments p1 * Fixed sproc used in test
Fixes #2436.