spanner-jdbc: Step 01 - Create jdbc project - #5805
Merged
olavloite merged 2 commits intoJul 23, 2019
Merged
Conversation
olavloite
marked this pull request as ready for review
July 23, 2019 11:48
Codecov Report
@@ Coverage Diff @@
## spanner-jdbc #5805 +/- ##
==================================================
- Coverage 46.79% 46.11% -0.68%
+ Complexity 25648 24187 -1461
==================================================
Files 2456 2456
Lines 267593 262236 -5357
Branches 30564 29602 -962
==================================================
- Hits 125228 120943 -4285
+ Misses 133106 132179 -927
+ Partials 9259 9114 -145
Continue to review full report at Codecov.
|
Contributor
Author
Added to versions.txt. |
kolea2
reviewed
Jul 23, 2019
| @@ -0,0 +1,124 @@ | |||
| #JDBC driver for Google Cloud Spanner | |||
Contributor
There was a problem hiding this comment.
Sorry for missing this - you can address this in the next commit, but this needs a space between the # and JDBC. Also, please capitalize Driver
olavloite
added a commit
to olavloite/google-cloud-java
that referenced
this pull request
Aug 5, 2019
* create jdbc project * added spanner-jdbc to versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Step 1: Create the project folder, pom and readme for the open source JDBC driver.