Skip to content

6.6.1

Compare
Choose a tag to compare
@rbygrave rbygrave released this 08 Sep 12:12
· 6542 commits to master since this release

Issues

#406 Remove diff "non flat mode" ... so diff going forward only supports flat mode

#403 Long property names result in invalid DDL

#401 Caused by: java.lang.NullPointerException at com.avaje.ebeaninternal.server.changelog.DefaultChangeLogListener.configure(DefaultChangeLogListener.java:62)

Enhancements

#407 ENH: Add example uses of raw() into javadoc for ExpressionList.raw()

#405 ENH: Add @ReadAudit and associated functionality for auditing reads including queries and L2 cache access

#404 ENH: ExpressionList missing setUseQueryCache() method - need to add it.