Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse type aliases in cast #345

Merged
merged 2 commits into from
May 15, 2024
Merged

parse type aliases in cast #345

merged 2 commits into from
May 15, 2024

Conversation

jycor
Copy link

@jycor jycor commented May 15, 2024

add support for statements like:

  • select cast(<str> as character)
  • select cast(<str> as double precision)
  • select cast(<str> as read)

@jycor jycor requested a review from zachmu as a code owner May 15, 2024 22:40
@jycor jycor changed the title use CHARACTER as alias for CHAR in CAST parse type aliases in cast May 15, 2024
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jycor jycor merged commit 966f8cb into main May 15, 2024
4 checks passed
@jycor jycor deleted the james/character branch May 15, 2024 23:16
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.

None yet

2 participants