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

Fix: Add getAvailableValues for enum to Postgres parser; #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rokmohar
Copy link

@rokmohar rokmohar commented Jul 18, 2024

This enables the Postgres parser to load available enum values for user defined types; This solves issue with filters for enum values. The error happened becuase of ilike comparison on custom data type for enum.

@rokmohar rokmohar changed the title Add getAvailableValues to Postgres parer; Add getAvailableValues to Postgres parser; Jul 19, 2024
@rokmohar rokmohar changed the title Add getAvailableValues to Postgres parser; Fix: Add getAvailableValues to Postgres parser; Jul 19, 2024
@rokmohar rokmohar changed the title Fix: Add getAvailableValues to Postgres parser; Fix: Add getAvailableValues for enum to Postgres parser; Jul 19, 2024
@rokmohar rokmohar force-pushed the fix/postgres-get-available-values branch 2 times, most recently from beae0a4 to 097ef9e Compare July 19, 2024 07:45
@rokmohar rokmohar force-pushed the fix/postgres-get-available-values branch from 097ef9e to 49e070c Compare July 19, 2024 07:47
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.

1 participant