From da8057c96459baea080023914e6e1107cedd169a Mon Sep 17 00:00:00 2001 From: mgrojo Date: Mon, 18 Jun 2018 19:37:26 +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/sqlitetypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlitetypes.cpp b/src/sqlitetypes.cpp index 2271c6be..4fa1d97e 100644 --- a/src/sqlitetypes.cpp +++ b/src/sqlitetypes.cpp @@ -11,7 +11,7 @@ namespace sqlb { QStringList Field::Datatypes = QStringList() << "INTEGER" << "TEXT" << "BLOB" << "REAL" << "NUMERIC"; -escapeQuoting customQuoting = DoubleQuotes; +escapeQuoting customQuoting = GraveAccents; void setIdentifierQuoting(escapeQuoting toQuoting) {