-
Notifications
You must be signed in to change notification settings - Fork 1.1k
spanner-jdbc: Step 01 - Create jdbc project #5805
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
spanner-jdbc: Step 01 - Create jdbc project #5805
Conversation
kolea2
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but please also add to versions.txt (this will automatically increment the version number on releases).
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.
|
Added to versions.txt. |
| @@ -0,0 +1,124 @@ | |||
| #JDBC driver for Google Cloud Spanner | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, NP.
* create jdbc project * added spanner-jdbc to versions
Step 1: Create the project folder, pom and readme for the open source JDBC driver.