ebean v12.1.9 Release Notes

Release Date: 2020-01-10 // over 4 years ago
  • Issues:

    #1910 Change javadoc generation to no longer use pygments doclet (code highlighting)
    #1909 For MySql map @dbjson to mysql JSON db type bug
    #1908 Testcase for #1902 bug
    #1907 SQL Server DB Migration for uuid property @NotNull - should drop index before drop constraint bug
    #1904 Bump datasource to 4.7.1
    #1903 Add ability to set migration path via DbMigration enhancement
    #1902 SingleAttributeQueries with child selection only does not work with autoTune=false (e.g. Views)
    🔨 #1900 Refactor remove unnecessary MetricType
    🔨 #1899 Refactor for query plan capture with initial threshold micros refactor
    #1898 #1897 - Indexes names, like index, unique, primary and foreign keys does not honor ebean.allQuotedIdentifiers bug
    #1897 Indexes names, like index, unique, primary and foreign keys does not honor ebean.allQuotedIdentifiers
    #1896 ebean.allQuotedIdentifiers is ignored for @JoinColumn bug
    #1895 Ebean creates invalid sql for particular @manytoone bug