Skip to content

Add support for PostgreSQL GiST operators #17 #18

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

Merged

Conversation

ibarchenkov
Copy link
Contributor

Summary

This PR adds support for PostgreSQL GiST operators as listed here. Partially fixes #17

Note

The issue with incorrect parsing of functions (i.e., insertion of a whitespace between the function name and its parentheses) will be addressed in a separate PR.

Copy link
Member

@Schultzer Schultzer left a comment

Choose a reason for hiding this comment

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

Awesome!

@Schultzer Schultzer merged commit 72047eb into elixir-dbvisor:main Jun 26, 2025
2 checks passed
@Schultzer
Copy link
Member

The issue with incorrect parsing of functions (i.e., insertion of a whitespace between the function name and its parentheses) will be addressed in a separate PR.

Hey @ibarchenkov I’ll be addressing this in my rewrite, which is coming along, almost done with the lexer.

@ibarchenkov ibarchenkov deleted the support-postgres-gist-operators branch July 13, 2025 10:31
@ibarchenkov
Copy link
Contributor Author

Hey Benjamin, that's great news! I'm looking forward to testing out the new version.
Thanks for bringing this innovative library to the community! ❤️

@Schultzer
Copy link
Member

Hey Benjamin, that's great news! I'm looking forward to testing out the new version. Thanks for bringing this innovative library to the community! ❤️

I've just merged #19 into main. Please let me know if you experience any issues.

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.

Incorrect parsing of Postgres GiST operator @> adds unexpected whitespace
2 participants