[5.7] Improve the return value of the caseKey method - #24168
Merged
Conversation
Date: Thu, 10 May 2018 03:15:47 +0000
* fixed InteractsWithPivotTable::caseKey return value type
Author
|
@tillkruss Hello, can the style of the test code be beautified through you? |
Contributor
|
Would these changes be needed in other (read: non-pivot) places too? I'm thinking mostly about consistency; this looks like it will introduce new types for primary keys for pivots, so we should probably do that for normal models too? |
Author
|
@sisve The correct type relationship has been handled in the model, as long as keyType is set, the error here is mainly because the primary key value in the parameter is simply used in the code to determine whether it is a number or a string. Rather than judging by the type of primary key of the model |
Member
|
What if the relationship is using a custom pivot model class with its own key type? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Example