Issue #1440: added context hints in the identifier quotes options

Give hints to the user about the context where the different quoting
options would be useful.

Declare the Standard SQL option as the recommended setting.
This commit is contained in:
mgrojo
2018-07-08 12:32:12 +02:00
parent 8f1f55bf3d
commit e0fcbf93ba

View File

@@ -1060,17 +1060,17 @@
</property>
<item>
<property name="text">
<string>&quot;Double quotes&quot;</string>
<string>&quot;Double quotes&quot; - Standard SQL (recommended)</string>
</property>
</item>
<item>
<property name="text">
<string>`Grave accents`</string>
<string>`Grave accents` - Traditional MySQL quotes</string>
</property>
</item>
<item>
<property name="text">
<string>[Square brackets]</string>
<string>[Square brackets] - Traditional MS SQL Server quotes</string>
</property>
</item>
</widget>