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

Add convenience method for creating JDBC connections #8164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rbarbey
Copy link

@rbarbey rbarbey commented Jan 25, 2024

This PR adds a convenience method for creating JDBC connections that doesn't require any parameters. When writing test involving DB containers, I was unsure what to pass as queryString parameter and had to read the code to see that passing the empty string does what I need. After repeating a couple of times I thought this could be useful to have in general and make people's lives a tiny bit easier.

Please let me know if this MR is missing something.

Thank you for taking the time to look at it!

@rbarbey rbarbey requested a review from a team as a code owner January 25, 2024 14:07
@rbarbey rbarbey changed the title Add convenience method for creating connections Add convenience method for creating JDBC connections Jan 25, 2024
@rbarbey rbarbey force-pushed the feat/create-conn-convenient branch from 855cd28 to b514d8e Compare June 5, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant