On 14 October 2016 19:18:01 EEST, Jim Nasby <Jim.Nasby@BlueTreble.com> wrote:
>On 10/14/16 3:53 AM, Heikki Linnakangas wrote:
>> Composite types in arrays must now be returned as
>> Python tuples, not lists, to resolve the ambiguity. I.e. "[(col1,
>col2),
>> (col1, col2)]".
>
>Shouldn't dicts be allowed as well?
Ah yes, dicts are also allowed, as before. And strings. The only change is that a list is interpreted as an array
dimension,instead of a composite type.
- Heikki