dg / dibi

Dibi - smart database abstraction layer
https://dibiphp.com
Other
487 stars 136 forks source link

getting multiple record's results does not work #225

Closed Vyvojar123 closed 6 years ago

Vyvojar123 commented 8 years ago

I use MySQL and I have stored procedure on a server. This procedure returns more than one table (record set). When I use Dibi to return results I get only first record set. The general mysqli driver allows these kind of operations so it should not be a problem to implement it in the Dibi.

dg commented 8 years ago

Can you try to implement it?