You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL: support right-deep join chains (deferred ON clauses)
PostgreSQL accepts `t0 JOIN t1 JOIN t2 ON c1 ON c2` where ON clauses
follow all JOIN keywords, associating right-to-left. Enable this by
overriding supports_left_associative_joins_without_parens() to false
for PostgresqlDialect, matching Snowflake's existing behavior.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments