brittneybrinsfield / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Mutlple result sets are now displayed in the query utility #1854

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When running a store procedure which return multiple restul sets it will return 
only the first one.

example

create sp_a
begin

select @patam1;
select @param2;
select * from table1;
end

running : call sp_a will return only @param1

Thanks!
David.

Original issue reported on code.google.com by dav...@gettaxi.com on 20 Nov 2013 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by schlabbe...@gmail.com on 20 Nov 2013 at 3:19