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 the ability to specify the full name of the join type #205

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

msmakouz
Copy link
Member

🔍 What was changed

The ability to specify the full name of the join type has been added. This can be useful, for example, for specifying LEFT JOIN LATERAL in PostgreSQL.

@msmakouz msmakouz added the type: feature New feature. label May 30, 2024
@msmakouz msmakouz requested a review from roxblnfk May 30, 2024 10:17
@msmakouz msmakouz self-assigned this May 30, 2024
@msmakouz msmakouz requested review from a team as code owners May 30, 2024 10:17
@github-actions github-actions bot added the type: test Test label May 30, 2024
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.34%. Comparing base (e6f7bd0) to head (90d78e9).
Report is 5 commits behind head on 2.x.

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x     #205   +/-   ##
=========================================
  Coverage     95.33%   95.34%           
- Complexity     1859     1878   +19     
=========================================
  Files           130      130           
  Lines          5143     5195   +52     
=========================================
+ Hits           4903     4953   +50     
- Misses          240      242    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roxblnfk roxblnfk added this to the 2.11.x milestone Jun 11, 2024
@roxblnfk roxblnfk merged commit 6c5a038 into 2.x Jun 11, 2024
44 checks passed
@roxblnfk roxblnfk deleted the feat/join-type branch June 11, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants