sql-kit icon indicating copy to clipboard operation
sql-kit copied to clipboard

Add configuration option for dialects without multi row insert support

Open lovetodream opened this issue 2 years ago • 1 comments

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.

lovetodream avatar Dec 18 '22 10:12 lovetodream