Closed lovetodream closed 2 months ago
It might be more appropriate to throw an error, because the statement will most likely fail anyways. I'd like to hear some opinions about this.
Closing this out due to age and the existing difficulty of dealing with lack of support for various other features by specific databases.
This change adds a configuration parameter (
SQLDialect.supportsMultiRowInsert
) to support dialects that do not support multi row inserts (e.g. Oracle). This istrue
by default. Iffalse
, a warning will be logged once multiple rows are about to be inserted into the database within a single statement.