Skip to content

Conversation

@tkyc
Copy link
Contributor

@tkyc tkyc commented Jun 11, 2024

Fixes #2436.

Copy link
Contributor

@Jeffery-Wasty Jeffery-Wasty left a 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.

@codecov
Copy link

codecov bot commented Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.85%. Comparing base (722c910) to head (fbeb2e9).
Report is 2 commits behind head on main.

Current head fbeb2e9 differs from pull request most recent head 676d7ee

Please upload reports for the commit 676d7ee to get more accurate results.

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.
📢 Have feedback on the report? Share it here.

@tkyc tkyc merged commit 9754078 into main Jun 18, 2024
@tkyc tkyc deleted the cstmt-timestamp-conversion-fix branch June 18, 2024 21:05
tkyc added a commit that referenced this pull request Jun 19, 2024
* Fixed timestamp string conversion error for cstmt

* Code review comments p1

* Fixed sproc used in test
Jeffery-Wasty added a commit that referenced this pull request Jun 20, 2024
* Fixed timestamp string conversion error for cstmt

* Code review comments p1

* Fixed sproc used in test

Co-authored-by: Jeff Wasty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed/Merged PRs

Development

Successfully merging this pull request may close these issues.

Conversion exception when calling a stored procedure with a datetime in-out parameter while setting a String value

4 participants