Re: [Interest] Using Postgres Views

2017-06-18 Thread Petric Frank
Hello, don't know what happened - rebooting the machine running the SQL-server got it working again ... regards Petric Am Sonntag 18 Juni 2017, 05:45:29 schrieb Petric Frank: > Hello, > > i want to use PostgrSQL views from QSqlTableModel. Here this does not work. > The error QSqlTableModel.

[Interest] Using Postgres Views

2017-06-17 Thread Petric Frank
Hello, i want to use PostgrSQL views from QSqlTableModel. Here this does not work. The error QSqlTableModel.lastError.text () displays: Unable to find table . Checking QSqlDatabase::tables () only return the tables but not the views defined in the database. Is that a limnitaion/bug ? As