- 
    Bug 
- 
    Resolution: Invalid
- 
    P2: Important 
- 
    None
- 
    5.15.0
- 
    None
The tablename in QPSQLDriver::primaryIndex and QPSQLDriver::record now is case sensitive, that breaks many places where table name assumed to be case insensitive, eg QSqlTableModel.
In Qt 5.12.9 there was toLower():
tbl = std::move(tbl).toLower();