mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user