ebean v12.3.7 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • Issues:

    #2035 #2034 - lazy-loading soft-deleted list from lazy-loaded bean doesn't remember includeSoftDeletes
    #2032 - Objects that occur in query is not filtered by @SoftDelete (when query has predicates on a ToMany path the associated soft delete predicates are not included) bug

    ✨ Enhancements:

    #2029 - ENH: Add database.getPlatform(); ... to obtain the underlying database platform being used enhancement