Commit 7d91d36
committed
Don't treat sysdate as a builtin (fixes andialbrecht#344).
According to Oracle's developer documentation sysdate is a
function that doesn't require any parameters. Hence it's
different from other builtins like int or varchar.1 parent 1138972 commit 7d91d36
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
0 commit comments