You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractConnectionPoolWrapper, prevent destroyed connection counter being called twice for each closed connection, see brettwooldridge/HikariCP#2152.
is.codion.framework.domain
Condition.customCondition() renamed custom().
BlobColumnDefinition removed, ColumnDefinition.lazy() added. Default behaviour for byte array columns being lazy and hidden removed. Related changes.
DefaultEntityBuilder, defensive copying of value sets added.
is.codion.framework.db
EntityConnection.readBlob() and writeBlob() removed.
is.codion.framework.model
EntityTableModel.attributes() added, specifying the attributes to include when selecting. Implemented in SwingEntityTableModel, replacing overridable attributes() method. Related refactoring.