Open GoogleCodeExporter opened 9 years ago
Just ran into this. I have a query that returns multiple resultsets (on MSSQL
via FreeTDS), some of which may be empty, and I can't use the order to reliably
identify them if they can disappear from the resultset iteration because they
were empty. Originally, I planned to just unpack the results into a list of
variables but the number of resultsets may not match the number of SELECTs in
the query when this happens. I want to push all the queries in one batch to
save on network latency.
Original comment by csmith32@gmail.com
on 8 Jun 2013 at 1:21
Original issue reported on code.google.com by
omega.th...@gmail.com
on 25 Apr 2013 at 2:32