consistent nameing fro group and select

This commit is contained in:
Sven Klemm
2018-07-28 12:53:36 +02:00
parent ad26a319c5
commit 6ca7a03975
5 changed files with 57 additions and 57 deletions

View File

@ -111,7 +111,7 @@ table_schema IN (
query += ' AND column_name <> ' + this.quoteIdentAsLiteral(this.target.timeColumn);
break;
}
case 'groupby': {
case 'group': {
query += " AND data_type IN ('text','char','varchar')";
break;
}