Skip to content

Releases: ebean-orm/ebean-ddl-runner

2.3

28 May 20:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ebean-ddl-runner-2.2...2.3

2.2

27 Jul 01:51
Compare
Choose a tag to compare
2.2

#5 - Refactor to use final classes (and more private methods)

2.1

27 Jul 00:47
Compare
Choose a tag to compare
2.1

#4 - Use AppLog.getLogger() rather than System.getLogger()

2.0

24 Mar 00:46
Compare
Choose a tag to compare
2.0

#3 - Bump to Java 11 and use System.Logger

1.3

01 Mar 09:13
Compare
Choose a tag to compare
1.3

#1- Remove the noDuplicates code from DdlRunner, allow the same statement to execute multiple times.
#2 - Refactor DdlAutoCommit to DdlDetect, remove the CockroachAutoCommit (as unnecessary) refactor