Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.2.2
-
None
Description
When having a column in a Postgresql database containing arrays (for instance an array of bigint) then the returned QVariant from QSqlQuery::value() will be of type QString, containing a string representation of the array. The array has to be parsed by the program using the QSqlQuery for the returned data to be useful, it would be nice if Qt did this automatically returning a QList<QVariant> instead.