-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[10.x] Fix cursor paginate with union and column alias (#50882)
* Cursor paginate uses incorrect column name for where on union * Set the right column names for the cursor on the unions * Add dedicated test to test correct column alias on union cursor paginate * Add eloquent test for cursor pagination with union and multiple aliases * Use correct column name in cursor where clause
- Loading branch information
1 parent
67d4d0d
commit 877ebca
Showing
3 changed files
with
92 additions
and
15 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
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
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