<div dir="ltr">Hi,<div><br><div>I'm aware about other issues dealing with PostgreSQL12, like this one:<br><a href="https://github.com/qgis/QGIS/issues/32321" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/issues/32321</a><br><br></div><div>But my project that uses Qt class <b>QSqlTableModel</b> to fill QTableView is not working.<br></div><div>I can execute this code:<br>model = QSqlTableModel()<br>model.setTable(table_name)</div><div>model.select()</div><div><br></div><div>But when I check if model is valid with:<br>model.lastError().isValid()<br></div><div><br></div><div>model.lastError().text() returns me this message: <br>Unable to find table 'tablename'<br></div><div><br></div><div>Developing with QGIS 3.12 in Ubuntu Bionic<br></div></div><div><br></div><div>Any hints how could I solve this issue? Will Qt version updated in next releases?<br><br><div>Also there is a reported bug in Qt:</div><div><a href="https://bugreports.qt.io/browse/QTBUG-79033">https://bugreports.qt.io/browse/QTBUG-79033</a> </div></div><div><br></div><div>Thanks</div></div>