mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 01:43:36 +08:00
Don't do value suggestions for numeric and timestamp
This commit is contained in:
@ -143,7 +143,6 @@ WHERE
|
||||
) s
|
||||
WHERE EXISTS (SELECT 1 FROM information_schema.schemata WHERE schema_name = s.schema)
|
||||
)
|
||||
LIMIT 1
|
||||
`;
|
||||
query += ' AND table_name = ' + this.quoteIdentAsLiteral(this.target.table);
|
||||
query += ' AND column_name = ' + this.quoteIdentAsLiteral(column);
|
||||
|
Reference in New Issue
Block a user