QSqlTableModel::submitAll does not work with MSSQL
-
QSqlTableModel::submitAll work uncorrectly with table where exists identity primary key. Can you help me please?
Problem is update identity fied.
-
I found problem. After setRecord function model generates UPDATE script with all fields(It contains primary key)