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

New JdbcDatabaseContainer#withUrlParam(String, String) method #1802

Closed
knutwannheden opened this issue Aug 28, 2019 · 2 comments
Closed

New JdbcDatabaseContainer#withUrlParam(String, String) method #1802

knutwannheden opened this issue Aug 28, 2019 · 2 comments

Comments

@knutwannheden
Copy link

As discussed in #1764 it would be useful to have a new JdbcDatabaseContainer#withUrlParam(String, String) method, which would allow specifying arbitrary parameters to be included in the query part of the JDBC URL, whenever there is no dedicated Java method to control the corresponding query parameter.

For MySQL there are for instance many parameters (see https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-configuration-properties.html). One parameter I would like to be able to set for instance is allowMultiQueries.

mrotteveel added a commit to FirebirdSQL/firebird-testcontainers-java that referenced this issue Aug 2, 2020
@knutwannheden
Copy link
Author

AFAICT this issue can now be closed.

@kiview
Copy link
Member

kiview commented Oct 4, 2022

Closed by #1874.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants