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.1.x Backport] Add support for XA transaction #470

Merged
merged 2 commits into from
Nov 11, 2022

Conversation

niveathika
Copy link
Contributor

Purpose

$subject

Master branch PR: #467
Related to ballerina-platform/ballerina-library#3642

Examples

Enable the XA datasource using useXADatasource option

oracledb:Client dbClient = check new ("localhost", "admin", "password", "xe", 1521, options = {useXADatasource: true});

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests -> Manually tested due to a constraint in Oracle Docker
  • Checked native-image compatibility

@niveathika niveathika requested a review from daneshk as a code owner November 11, 2022 11:53
@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

❗ No coverage uploaded for pull request base (2201.1.x@422159b). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##             2201.1.x     #470   +/-   ##
===========================================
  Coverage            ?   85.33%           
  Complexity          ?      182           
===========================================
  Files               ?       16           
  Lines               ?      648           
  Branches            ?      137           
===========================================
  Hits                ?      553           
  Misses              ?       52           
  Partials            ?       43           

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@niveathika niveathika merged commit 74a7bbc into ballerina-platform:2201.1.x Nov 11, 2022
@niveathika niveathika deleted the 2201.1.x branch November 11, 2022 18:54
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