Hello,
For a "select array(...) as col1, col2, col3 from table" I'd like the DBI
driver to output col1 as a perl array instead of a scalar
"{res1,res2,etc.}" representation of it.
Is that somehow possible? I looked at the docs without finding anything.
Thanks,