mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
read aggregate functions from database
This commit is contained in:
@ -24,9 +24,10 @@ export default class PostgresQuery {
|
||||
target.where = target.where || [];
|
||||
target.select = target.select || [[{ type: 'column', params: ['value'] }]];
|
||||
|
||||
this.updateProjection();
|
||||
// give interpolateQueryStr access to this
|
||||
this.interpolateQueryStr = this.interpolateQueryStr.bind(this);
|
||||
|
||||
this.updateProjection();
|
||||
}
|
||||
|
||||
quoteIdentifier(value) {
|
||||
|
Reference in New Issue
Block a user