Skip to content

Conversation

@tkyc
Copy link
Contributor

@tkyc tkyc commented Jun 18, 2024

@codecov
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.

private static String outputProcedureNameGUID = AbstractSQLGenerator
.escapeIdentifier(RandomUtil.getIdentifier("uniqueidentifier_SP"));
private static String setNullProcedureName = AbstractSQLGenerator
.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 force-pushed the cstmt-default-value branch from 1123d68 to 652b764 Compare June 19, 2024 22:06
@tkyc tkyc merged commit 9307051 into main Jun 19, 2024
@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

4 participants