Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@olavloite
Copy link

This adds the abstract base implementation for all transactions and batches that can be executed on a connection, and the executor that is used for executing statements on a connection.

(This PR will have build errors until 15 has been merged)

@olavloite olavloite requested a review from kolea2 July 26, 2019 15:43
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 26, 2019
@@ -0,0 +1,159 @@
/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Any tests we should be adding here? Or will be in future commits?

Copy link
Author

Choose a reason for hiding this comment

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

The tests for both this abstract base class as well as much of the concrete subclasses are handled by the SQL based unit tests. I will add these through separate PRs, as they need the whole stack of connection and transactions to be present to work.

@olavloite olavloite merged commit ffb37c0 into googleapis:spanner-jdbc Jul 30, 2019
olavloite added a commit to olavloite/google-cloud-java that referenced this pull request Aug 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants