Skip to content

Conversation

@nicktorwald
Copy link

At present, the driver doesn't support any properties and must retrieve
empty data instead of raising an error with an exception for
Statement.setClientInfo which will throw ClientInfoException for any
attempts to set a property.

Closes: #74

@coveralls
Copy link

coveralls commented May 22, 2019

Coverage Status

Coverage increased (+0.4%) to 71.804% when pulling 4b3d4a9 on nicktorwald/gh-74-connection-client-info into 762ce2f on master.

@nicktorwald nicktorwald requested a review from Totktonada May 22, 2019 15:55
Copy link

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

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

LGTM.

@Totktonada
Copy link

The only comment: you write Statement.*ClientInfo() in the commit message and the PR header. It should be Connection.*ClientInfo().

@nicktorwald nicktorwald changed the title Add minimal support of Statement.*ClientInfo() Add minimal support of Connection.*ClientInfo() Jun 4, 2019
@nicktorwald nicktorwald force-pushed the nicktorwald/gh-74-connection-client-info branch from 8fba046 to 4b3d4a9 Compare June 4, 2019 16:57
At present, the driver doesn't support any properties and must retrieve
empty data instead of raising an error with an exception for
Statement.setClientInfo which will throw ClientInfoException for any
attempts to set a property.

Closes: #74
@nicktorwald nicktorwald force-pushed the nicktorwald/gh-74-connection-client-info branch from 4b3d4a9 to 828c312 Compare June 12, 2019 18:07
@nicktorwald nicktorwald merged commit 6f620ce into master Jun 12, 2019
@nicktorwald nicktorwald deleted the nicktorwald/gh-74-connection-client-info branch June 12, 2019 18:08
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.

jdbc: Support Connection.getClientInfo() and setClientInfo() methods

4 participants