Refactor value column SQL generation

This commit is contained in:
Sven Klemm
2018-07-11 13:03:06 +02:00
parent 9ba42f63f1
commit 2784a2df6b
2 changed files with 20 additions and 18 deletions

View File

@ -78,7 +78,7 @@ export class PostgresQueryCtrl extends QueryCtrl {
this.selectMenu = [
{ text: 'Aggregate', value: 'aggregate' },
{ text: 'Math', value: 'math' },
// { text: 'Special', value: 'special' },
{ text: 'Special', value: 'special' },
{ text: 'Alias', value: 'alias' },
{ text: 'Column', value: 'column' },
];