-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabaseSettings.xml
28 lines (28 loc) · 1.27 KB
/
databaseSettings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<application>
<component name="DatabaseSettings" version="2">
<option name="maxLobLength" value="400000" />
<option name="lob-length" value="400000" />
<csv-formats>
<csv-format name="Tab-separated (TSV)" id="0e567fa3-2d3a-4b46-abb9-224cac18e20e">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="	" recordSeparator=" ">
<quotation>
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
<csv-format name="Comma-separated (CSV)" id="d635b9c8-adb5-424b-9ed0-2ca00c855bb9">
<data>
<record-format prefix="" suffix="" nullText="" quotationPolicy="as needed" valueSeparator="," recordSeparator=" ">
<quotation>
<quotes left=""" right=""" leftEscaped="""" rightEscaped="""" />
<quotes left="'" right="'" leftEscaped="''" rightEscaped="''" />
</quotation>
</record-format>
</data>
</csv-format>
</csv-formats>
</component>
</application>