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

feat: support postgres types transparently in queries #7156

Closed
wants to merge 1 commit into from

Conversation

Kikkon
Copy link
Contributor

@Kikkon Kikkon commented Jul 31, 2023

Which issue does this PR close?

Closes #6817.

Rationale for this change

What changes are included in this PR?

  1. upgrade sql-parser version feat: support pg type alias datafusion-sqlparser-rs#933
  2. support postgres alias

Are these changes tested?

Add sql integration tests for postgres alias

Are there any user-facing changes?

@github-actions github-actions bot added the sql SQL Planner label Jul 31, 2023
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good @Kikkon -- I can try to make a new sqlparser release sooner than August if that would help you

Copy link

github-actions bot commented May 4, 2024

Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale PR has not had any activity for some time label May 4, 2024
@github-actions github-actions bot closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sql SQL Planner Stale PR has not had any activity for some time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support postgres types transparently in queries
2 participants