PDA

View Full Version : TableModel update fails with qt4.4.1



maxel
4th September 2008, 19:01
Hey there,
after updating qt4.3. to qt4.4.1 the tablemodel->submitAll() in my projekt fails.
The program is running on windows, database is psql. The update of querys works fine, other features of the tablemodel doesn't fail.
The contents of the record is changed before submitting it, but it fails with the error
" No Fields to update".
Is this a bug in qt4.4.1?