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
ColumnConditionPanel.identifier() removed along with type parameter.
FilterColumnConditionPanel column identifier type parameter removed, related refactoring.
FilterTableCellEditorFactory.tableCellEditor() renamed create() for consistency.
FilterTableCellRendererFactory.tableCellRenderer() renamed create() for consistency.
ColumnConditionsPanel.selectableConditionPanels() back to returning Collection instead of Map.
ColumnConditionPanels.conditionPanels(), selectableConditionPanels() and selectConditionPanel() renamed panels(), selectablePanels() and selectPanel() respectively.
FilterTable.filterPanel() renamed filters().
FilterTableCellRendererFactory moved to FilterTableCellRenderer and renamed Factory.
FilterTableCellEditorFactory moved to FilterTableCellEditor and renamed Factory.
ColumnConditionPanels.selectablePanels() and selectPanel() renamed selectable() and select() respectively.
EntityConnection.rollbackTransaction() and commitTransaction() no longer ignore exceptions, now throw DatabaseException.
EntityConnection.transaction() added along with Transactional and TransactionalResult.
EntityConnection.Transactional and TransactionalResult.execute() now throw Exception instead of DatabaseException.
is.codion.framework.db.local
DefaultLocalEntityConnection.valueMissingOrModified() bug fixed, could not discern a missing value from a null original value, since the incorrent entity was being used when checking, test case improved.
is.codion.framework.model
EntityConditions.AdditionalCondition moved to EntityQueryModel, additionalWhere() and additionalHaving() renamed where() and having() respectively.
EntityTablePanel.Config.includeFilterPanel(), includeConditionPanel() and includeSummaryPanel() renamed includeFilters(), includeConditions() and includeSummary() respectively.
EntityDependenciesPanel, dependencies dialog no longer modal.
EntityTablePanel.Config.conditionState() and filterState() added.