Hello,

I have used the ARRAY type in the design of my DB, or more precisely, 
in the CREATE call, I use:
    "fileNames"  VARCHAR(255)[]  UNIQUE NOT NULL

To my surprise, when fetching any combination of fields or rows from
that table, all of the fields for each row are returned as a single
string.  That is, a fetchall() operation returns a list of strings,
instead of a list of lists as is returned on any other table I've tried
it with.

Is this a feature or a bug?  I didn't see anything like it listed in
future.txt .

Best Regards,
Glen Mabey


_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to