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

[2201.8.x] Fix stored procedure call having output parameter failing with error #739

Merged
merged 7 commits into from
Oct 13, 2024

Conversation

MohamedSabthar
Copy link
Member

Purpose

Fixes: ballerina-platform/ballerina-library#7255

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests
  • Checked native-image compatibility

@MohamedSabthar MohamedSabthar changed the title Fix stored procedure call having output parameter failing with error [2201.8.x] Fix stored procedure call having output parameter failing with error Oct 11, 2024
Copy link

sonarcloud bot commented Oct 13, 2024

Copy link

codecov bot commented Oct 13, 2024

Codecov Report

Attention: Patch coverage is 68.42105% with 30 lines in your changes missing coverage. Please review.

Project coverage is 80.17%. Comparing base (847d1aa) to head (1b6c29c).
Report is 9 commits behind head on 2201.8.x.

Files with missing lines Patch % Lines
...a/stdlib/sql/nativeimpl/OutParameterProcessor.java 66.66% 29 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             2201.8.x     #739      +/-   ##
==============================================
+ Coverage       80.07%   80.17%   +0.09%     
  Complexity        109      109              
==============================================
  Files              45       45              
  Lines            4006     4030      +24     
  Branches          754      754              
==============================================
+ Hits             3208     3231      +23     
  Misses            541      541              
- Partials          257      258       +1     

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

@MohamedSabthar MohamedSabthar merged commit d7a1969 into ballerina-platform:2201.8.x Oct 13, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants