Revert to grave accents as default quoting

The former quoting is expected by the tests, so the former behaviour is
restored as default, until a decision about the best default value is made.
This commit is contained in:
mgrojo
2018-06-18 19:03:35 +02:00
parent 5c7238d3d0
commit 265b077a5f

View File

@@ -296,7 +296,7 @@ QVariant Settings::getDefaultValue(const QString& group, const QString& name)
// editor/identifier_quotes
if(group == "editor" && name == "identifier_quotes")
return 0; // sqlb::DoubleQuotes
return 1; // sqlb::GraveAccents
// editor/auto_completion?
if(group == "editor" && name == "auto_completion")