-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another heavy refactor of the rel resolver prototype (sequel to 03f6d1f)
Change the return value of _resolve_relationship_condition to a 3-value hash, with a lot of the safety logic consolidated within that method. The best way to gauge the significance of the changes is to look at the diff of lib/DBIx/Class/Relationship/Base.pm Also stop returning the "noncondition-columns" in the _resolve_condition compa-shim. The information was only used by the code removed from ::Relationship::Base, and is rather new with no evidence of use within CPAN/DarkPAN. It can be easily added back if necessary.
- Loading branch information
Showing
3 changed files
with
155 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.