-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
sqlserver jdbc url should be supported by container provider #989
Conversation
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.
Hey, thanks for the PR.
So using a "wrong" JDBC url like jdbc:tc:mssqlserver:2017-CU12://somehost:someport;databaseName=test
also never worked?
modules/mssqlserver/src/test/java/org/testcontainers/containers/SqlServerJDBCDriverTest.java
Outdated
Show resolved
Hide resolved
modules/mssqlserver/src/test/resources/container-license-acceptance.txt
Outdated
Show resolved
Hide resolved
It's possible to use JDBC url with |
@StefanHufschmidt Can you give it a look please? |
LGTM |
Btw do we automatically accept the license agreement on this ms sql server image in our tests? |
@StefanHufschmidt You mean legal problems? |
@neetkee This will be a breaking API change, correct? |
@kiview Yes, it will be the breaking change for those, who use this image as temporary database container. But I'm not sure if we need to keep |
The failing tests in CI aren't a direct error in this PR, but are coming from #992. |
modules/jdbc-test/src/test/java/org/testcontainers/jdbc/JDBCDriverTest.java
Outdated
Show resolved
Hide resolved
…iverTest.java Co-Authored-By: neetkee <[email protected]>
Is there anything I need to do? |
Pinging @kiview |
@neetkee Whoops sorry, everything looks good. Thanks for your contribution! |
Solution to #988