Enable NOW keyword as shortcut for now() in SQL
This commit is contained in:
parent
b0f8ed6b56
commit
0292140d3c
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ func (p *parser) parsePart() (exp Expr, err error) {
|
|||
MUL, ID, IDENT, THING,
|
||||
NULL, VOID, EMPTY, MISSING,
|
||||
TRUE, FALSE, STRING, REGION, NUMBER, DOUBLE,
|
||||
DATE, TIME, DURATION, JSON, ARRAY, PARAM, LPAREN,
|
||||
NOW, DATE, TIME, DURATION, JSON, ARRAY, PARAM, LPAREN,
|
||||
}
|
||||
|
||||
tok, lit, _ := p.scan()
|
||||
|
|
Loading…
Reference in a new issue