Skip to content

Add support of CAST(expression AS datatype(length))#153

Merged
mrks merged 1 commit intohyrise:masterfrom
msiomkin:cast-as-type
Jun 18, 2020
Merged

Add support of CAST(expression AS datatype(length))#153
mrks merged 1 commit intohyrise:masterfrom
msiomkin:cast-as-type

Conversation

@msiomkin
Copy link
Copy Markdown
Contributor

@msiomkin msiomkin commented Jun 16, 2020

CAST(expression AS datatype(length)) construction is a part of
ANSI SQL-92 standard. So we have to support it.

fixes #154

CAST(expression AS datatype(length)) construction is a part of
ANSI SQL-92 standard. So we have to support it.
@msiomkin msiomkin marked this pull request as ready for review June 16, 2020 19:43
@mrks
Copy link
Copy Markdown
Member

mrks commented Jun 18, 2020

Thanks a lot!

@mrks mrks merged commit 2efd12d into hyrise:master Jun 18, 2020
@mrks mrks mentioned this pull request Jun 18, 2020
JackiebyChan pushed a commit to JackiebyChan/sql-parser that referenced this pull request Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CAST(expression AS datatype(length)) support

2 participants