hyrise/sql-parser

CAST(expression AS datatype(length)) support

msiomkin opened this issue · 0 comments

CAST(expression AS datatype(length)) is a useful construction and is a part of ANSI SQL-92 standard. But the parser doesn't support it.

fixed by #153