Closed
Description
I have 3 queries I'm running as multiple statements, but the results are all returned in a single dimensional array. The MySQL library returns multiple statement queries in a multidimensional array. The problem is I can't tell which results come from which query.
SQL: select id from table1;select id from table2;select id from table3;
PG:
row: [ {aaa},{bbb},{ccc}]
MySQL:
row: [ [{aaa}], [{bbb}], [{ccc}] ]
Metadata
Metadata
Assignees
Labels
No labels