Closed as not planned
Description
Version
1.15.0
What happened?
Is there a way to insert multiple rows into a MySQL database?
ie: the equivalent of:
insert into foo(bar1, bar2, bar3)
values
(?,?,?),
(?,?,?),
(?,?,?)
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response