Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
Could we add support for parsing PostgreSQL's array type as QList? Currently it's returned as a QString. For example,
{1,2,3}
should be recognized as QList<int>.