PDA

View Full Version : QSqlField.requiredStatus returns unknown - Sqlite.



Avrohom
16th June 2009, 20:24
Hi,

I'm trying to determine the required status on a field from an sqlite table, with model->record().field(i).requiredStatus() but it will always return unknown.

Any chance of getting the accurate status of the (not) null behaviour on database fields?

A Singer