np422/sql-decode-to-case

Special conditions such as comments between litteral "decode" and start parenthises breaks parsing

Closed this issue · 0 comments

Example:

select decode /(/ (1 , 1 , 'what') from dual;

Possible solution: add :rparen as a searchtype and handle comments correctly