Skip to content
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 CallableStatement default value regression #2452

Merged
merged 5 commits into from
Jun 19, 2024
Merged

Conversation

tkyc
Copy link
Contributor

@tkyc tkyc commented Jun 18, 2024

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.73%. Comparing base (9754078) to head (57dd156).

Current head 57dd156 differs from pull request most recent head 652b764

Please upload reports for the commit 652b764 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2452      +/-   ##
============================================
- Coverage     50.81%   50.73%   -0.08%     
+ Complexity     3882     3873       -9     
============================================
  Files           145      145              
  Lines         33423    33423              
  Branches       5677     5677              
============================================
- Hits          16983    16957      -26     
- Misses        13999    14024      +25     
- Partials       2441     2442       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -55,6 +55,8 @@ public class CallableStatementTest extends AbstractTest {
.escapeIdentifier(RandomUtil.getIdentifier("CallableStatementTest_setNull_SP"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run formatter on file.

@tkyc tkyc merged commit 9307051 into main Jun 19, 2024
17 checks passed
@tkyc tkyc deleted the cstmt-default-value branch June 19, 2024 23:18
tkyc added a commit that referenced this pull request Jun 19, 2024
* Fixed default value regression for cstmts

* Adjusted regex

* Test update

* Updated test p2

* Updated regex
Jeffery-Wasty pushed a commit that referenced this pull request Jun 20, 2024
…2456)

* Fixed CallableStatement default value regression (#2452)

* Fixed default value regression for cstmts

* Adjusted regex

* Test update

* Updated test p2

* Updated regex

* Backport of cstmt default value regression
Jeffery-Wasty added a commit that referenced this pull request Aug 6, 2024
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.

mssql-jdbc doesn't respect parameters that have stored procedures with default arguments defined
3 participants