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

Expose support for multiple with on same relation #483

Merged
merged 10 commits into from
Jun 5, 2024
Merged

Conversation

roxblnfk
Copy link
Member

@roxblnfk roxblnfk commented May 20, 2024

🔍 What was changed

Added key alias for Select::with() options.

Note

There is PoC. Tests required

📝 Checklist

📃 Documentation

@roxblnfk
Copy link
Member Author

@gam6itko could you add test cases?

Copy link

codecov bot commented May 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.52%. Comparing base (0677d29) to head (f3492f9).

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x     #483   +/-   ##
=========================================
  Coverage     91.52%   91.52%           
  Complexity     1817     1817           
=========================================
  Files           115      115           
  Lines          4613     4615    +2     
=========================================
+ Hits           4222     4224    +2     
  Misses          391      391           

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

@roxblnfk roxblnfk changed the title PoC: Multiple with support via alias Multiple with support via alias May 29, 2024
@roxblnfk roxblnfk changed the title Multiple with support via alias Expose support for with on same relation May 29, 2024
@roxblnfk roxblnfk changed the title Expose support for with on same relation Expose support for multiple with on same relation May 29, 2024
@roxblnfk
Copy link
Member Author

roxblnfk commented Jun 5, 2024

image

CI fail related with bug introduced in PHP 8.3.8 php/php-src#14480

Based on the previous successful CI run I'm merging the PR.

@roxblnfk roxblnfk merged commit 23023be into 2.x Jun 5, 2024
40 of 42 checks passed
@roxblnfk roxblnfk deleted the feature/with-alias branch June 5, 2024 13:14
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.

💡 Ability to use with more than once with same relation. For several JOINs
3 participants