-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Apply source scope by default in any loader #191
base: 1.x
Are you sure you want to change the base?
Apply source scope by default in any loader #191
Conversation
Codecov Report
@@ Coverage Diff @@
## master #191 +/- ##
============================================
- Coverage 94.48% 94.39% -0.10%
+ Complexity 937 936 -1
============================================
Files 81 81
Lines 2413 2409 -4
============================================
- Hits 2280 2274 -6
- Misses 133 135 +2
Continue to review full report at Codecov.
|
Please explain what usecase is covered by this change? https://github.com/cycle/orm/blob/master/src/Factory.php#L177 Scopes were attached by default at source level - so all repositories were reading them correctly. Select was created without a scope on purpose. |
I thought this more clear way to define scope on any loader, not just joinable. May be I get it wrong, but what is the purpose to not attach scope to select? |
No description provided.