mysql1_dart
mysql1_dart copied to clipboard
Can't execute multiple SQL query at single time
Can't execute query like this db.query('SELECT 1; SELECT 1");
I also encountered this.
Right now I have to set them together in an array, use foreach and call them separately.