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

Handle unsupported array type gracefully #856

Merged
merged 4 commits into from
Mar 14, 2023

Conversation

niveathika
Copy link
Contributor

Purpose

$subject

Fixes: ballerina-platform/ballerina-library#4201

Examples

N/A

Checklist

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

@niveathika niveathika requested a review from daneshk as a code owner March 14, 2023 11:47
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Patch coverage: 38.70% and project coverage change: -5.88 ⚠️

Comparison is base (4779fe1) 90.60% compared to head (ffb4164) 84.72%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #856      +/-   ##
============================================
- Coverage     90.60%   84.72%   -5.88%     
- Complexity       37       40       +3     
============================================
  Files            13       14       +1     
  Lines           266      288      +22     
  Branches         44       44              
============================================
+ Hits            241      244       +3     
- Misses           10       29      +19     
  Partials         15       15              
Impacted Files Coverage Δ
...src/main/java/io/ballerina/stdlib/mysql/Utils.java 87.50% <ø> (ø)
...lerina/stdlib/mysql/nativeimpl/QueryProcessor.java 100.00% <ø> (ø)
...a/stdlib/mysql/utils/MysqlRecordIteratorUtils.java 100.00% <ø> (ø)
...terprocessor/MysqlStatementParameterProcessor.java 13.63% <13.63%> (ø)
...llerina/stdlib/mysql/nativeimpl/CallProcessor.java 100.00% <100.00%> (ø)
...rina/stdlib/mysql/nativeimpl/ExecuteProcessor.java 100.00% <100.00%> (ø)
...ameterprocessor/MysqlResultParameterProcessor.java 76.78% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@niveathika niveathika merged commit 6bc3867 into ballerina-platform:master Mar 14, 2023
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.

MySQL connector has not handled unsupported array type gracefully
2 participants