From 265b077a5f8a60a28eae9d4ab43302f032191319 Mon Sep 17 00:00:00 2001 From: mgrojo Date: Mon, 18 Jun 2018 19:03:35 +0200 Subject: [PATCH] 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. --- src/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Settings.cpp b/src/Settings.cpp index 64a0de6a..83f17143 100644 --- a/src/Settings.cpp +++ b/src/Settings.cpp @@ -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")