mysql1_dart icon indicating copy to clipboard operation
mysql1_dart copied to clipboard

Can't execute multiple SQL query at single time

Open sbrsubuvga opened this issue 3 years ago • 1 comments

Can't execute query like this db.query('SELECT 1; SELECT 1");

sbrsubuvga avatar Apr 15 '21 07:04 sbrsubuvga

I also encountered this.

Right now I have to set them together in an array, use foreach and call them separately.

Lelelo1 avatar Mar 31 '22 11:03 Lelelo1