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
In case of using an unbuffered DataGrid editor and commiting a datasource every time the ItemPropertyChangeListener is fired, then the SQLIntegrityConstraintViolationException occurs.
For instance:
SQLIntegrityConstraintViolationException: integrity constraint violation: unique constraint or index violation; SYS_PK_10365 table: SAMPLE_CUSTOMER
Note: reproduces only if an edited entity has an association with another entity.
Description of the bug or enhancement
In case of using an unbuffered DataGrid editor and commiting a datasource every time the
ItemPropertyChangeListener
is fired, then theSQLIntegrityConstraintViolationException
occurs.For instance:
Note: reproduces only if an edited entity has an association with another entity.
datagrid-editor-actions.zip
See also: https://www.cuba-platform.com/discuss/t/how-to-use-inline-editor-of-datagrid-without-editorbuffered/5959/11
The text was updated successfully, but these errors were encountered: