sql-kit
sql-kit copied to clipboard
Add configuration option for dialects without multi row insert support
This change adds a configuration parameter (SQLDialect.supportsMultiRowInsert
) to support dialects that do not support multi row inserts (e.g. Oracle). This is true
by default. If false
, a warning will be logged once multiple rows are about to be inserted into the database within a single statement.