Skip to content

Commit 0bda0c4

Browse files
sql() quote_char and dbi_driver_dir (#170)
Added two new options for sql().
2 parents bd49690 + 095c18d commit 0bda0c4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/_admin-guide/070_Destinations/270_sql/003_sql_destination_options.md

+17
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ has the following options:
1616

1717
{% include doc/admin-guide/options/batch-timeout.md %}
1818

19+
## dbi_driver_dir()
20+
21+
| Type:| directory|
22+
|Default:| |
23+
24+
*Description:* This option defines an optional DBI driver location for DBD initialization.
25+
1926
## columns()
2027

2128
| Type:| string list|
@@ -181,6 +188,16 @@ NULL as well.
181188

182189
{% include doc/admin-guide/options/port.md %}
183190

191+
## quote_char()
192+
193+
| Type: | separating character|
194+
| Default:| |
195+
196+
*Description:* This option can be used to define custom quoting for table and index names. For example, `MySQL` requires this for specific identifiers.
197+
198+
**NOTE:** {{ site.product.short_name }} generally uses the backtick character for configuration parameter names. When using the backtick character in the `quote_char` option, use the following formatting: **quote_char("\`\`")**
199+
{: .notice--info}
200+
184201
{% include doc/admin-guide/options/retries.md %}
185202

186203
## session-statements()

0 commit comments

Comments
 (0)