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

Enable JDBC connection options specification #12

Open
wants to merge 1 commit into
base: release-0.0.n
Choose a base branch
from

Conversation

AkshayPeshave
Copy link

This enables users to specify JDBC connection options in the ‘connect’ method. The motivation for this change was being able to specify the connection pool size.

This entails addition of the jdbcOptions param to the connect method signature.

Users can specify any connection options supported by node-jdbc in the jdbcOptions object. These will be marshalled into the teradataConfig object in the connect method and passed to node-jdbc when creating the teradata connection instance (teradataInstance).

Enabling JDBC connection options specification in the ‘connect’ method.
@gantrim
Copy link
Owner

gantrim commented Sep 28, 2016

Sorry, not sure how this slipped past. I will merge this, but could you update the README with some example code/options for this new feature?

@AkshayPeshave
Copy link
Author

Sure thing. Will do it over the weekend.

Copy link

@pberden pberden left a comment

Choose a reason for hiding this comment

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

LGTM

@pberden
Copy link

pberden commented Jan 3, 2017

@gantrim Can you please merge this PR?

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.

3 participants