You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,15 +57,20 @@ Currently, the following _databasetypes_ are available:
57
57
58
58
* hsql (default, does not require a running database)
59
59
* mysql
60
+
* mariadb
60
61
* postgres
61
62
* mariadb
62
63
* mssql
64
+
* oracle
65
+
* db2
63
66
64
-
Testing with Microsoft SQL Server requires you to accept the EULA of the Microsoft SQL Server Docker image so that the build may download and run it for you.
65
-
In order to accept the EULA, please add a file named `container-license-acceptance.txt` to the classpath, i.e. `src/test/resources` with the content:
67
+
Testing with Microsoft SQL Server and IBM DB2 requires you to accept the EULA of the respective Docker image so that the build may download and run it for you.
68
+
In order to accept the EULA, please add a file named `container-license-acceptance.txt` to the classpath, i.e. `src/test/resources` containing the name of the docker images.
This will execute the unit tests and all the integration tests with all the databases we currently support for testing. Running the integration-tests depends on Docker.
83
+
This will execute the unit tests and all the integration tests with all the databases we currently support for testing.
0 commit comments