prepare sql part for special functions

This commit is contained in:
Sven Klemm
2018-07-10 21:43:10 +02:00
parent 0e610cad1b
commit c8a11d597f
2 changed files with 40 additions and 0 deletions

View File

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