Skip to content

Fix 668 missing JOIN CONSTRAINT #669

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

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

Conversation

griffio
Copy link
Contributor

@griffio griffio commented Apr 3, 2025

fixes #668 🤷

This is the quickest fix to restore previous behaviour

Add back the optional join_constraint - seems to create the missing join condition needed by com.alecstrong.sql.psi.core.psi.mixins.JoinClauseMixin

Note - We don't need to remove the other uses of optional join_constraint

Tested sql-psi snapshot with SqlDelight

Add back the optional join_constraint - seems to create the missing join condition

Note - We don't need to remove the other uses of optional join_constraint
@griffio griffio changed the title Update sql.bnf Fix 668 missing JOIN CONSTRAINT Apr 3, 2025
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.

Compile error with join constraints when used with dialect table functions
1 participant