Releases: ebean-orm/ebean-test-containers
Releases · ebean-orm/ebean-test-containers
3.1.4
#57 - Postgres - error creating extension uuid-ossp (extension with hypen in name)
3.1.3
#55 - Postgres error with docker run -d --name ut_postgres -p 6432:5432 postgres:11 bug
#56 - SqlServer docker container failing to drop user - SQLServerException: Could not load the DLL (server internal)
3.1.2
Update default Oracle image to vitorfec/oracle-xe-18c
3.1.1
Issues:
#52 Refactor to use JDBC rather than docker exec to create database, user etc
#53 Change ports to int type
#54 Change startMode to be an Enum
2.11.2
#50 - Refactor tidy internals extracting common dockerRun()
2.11.1
#49 - Update NuoDB container support
2.10.3
#48 - Fix NuoDB docker run
on existing container, add proper waiting for the run process
2.10.2
#47 - Fix NuoDB container startup (faster), expect schema per apps (rather than database) bug
2.9.1
#46 ENH: Add support for NuoDB community edition enhancement
#45 ENH: Add support for CockroachDB - community edition, no users, default v19.1.3
2.8.1
#44 For MySql 8+ set global log_bin_trust_function_creators=1
#43 For MySql 8+ set --default-authentication-plugin=mysql_native_password ...