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: add custom sql support for clickhouse fdw #87

Merged
merged 2 commits into from
May 18, 2023

Conversation

burmecia
Copy link
Member

@burmecia burmecia commented May 4, 2023

What kind of change does this PR introduce?

This PR is mainly to add custom sql support table option, also with some improvements.

What is the current behavior?

Currently, the custom sql isn't supported.

What is the new behavior?

  • table option now can support custom sql
  • added UInt16 and Date type support
  • custom sql can support Parametrized view
  • made rowid_column optional for read-only foreign table

Additional context

N/A

@burmecia burmecia requested a review from olirice May 4, 2023 03:34
@burmecia burmecia added the enhancement New feature or request label May 4, 2023
@burmecia burmecia merged commit f534cdf into main May 18, 2023
@burmecia burmecia deleted the feat/clickhouse-custom-sql branch May 18, 2023 23:16
kamyshdm added a commit to dymium-io/supabase-wrappers that referenced this pull request Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants