I inserted entity "a" into table with unique column content. Then
Db.driver().commitTransaction()
Then begin new transaction and repeated. Transaction failed. As I can guess next action is automatic transacion rollback. Then I tried
Dlg.Table.model().select()
but it returned 0 rows (although there are several rows in table). Why? How to fix this?
EDIT: No, rollback have to be done manually.