Hi

My application uses QDataWidgetMapper to map (read and write) from a QSqlRelationalTableModel, in turn getting data from sqlite database tables. Issue: whenever this application runs, the sqlite database is continuously write-locked (SQLITE_BUSY, "Error: database is locked"). I suspect this is due to the use of QDataWidgetMapper as I have no QSqlQuery open.
  • can someone confirm that this is QDataWidgetMapper behaviour?
  • is there a workaround?

Best
Al_