[#5826] Add Settings.delimiter to specify the standard delimiter for batches

This commit is contained in:
lukaseder 2017-02-05 10:01:26 +01:00
parent e28123e435
commit f9a2e2f7b2

View File

@ -122,6 +122,9 @@
<!-- [#5600] Whether IN lists in IN predicates should be padded to powers of 2 -->
<element name="inListPadding" type="boolean" minOccurs="0" maxOccurs="1" default="false" />
<!-- [#5826] The delimiter character to be used to delimit statements in batches -->
<element name="delimiter" type="string" minOccurs="0" maxOccurs="1" default=";" />
</all>
</complexType>