mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-23 20:39:57 -06:00
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:
@@ -1060,17 +1060,17 @@
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>"Double quotes"</string>
|
||||
<string>"Double quotes" - 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>
|
||||
|
||||
Reference in New Issue
Block a user