-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
http/src/Converter/RequestUriToSql.php
Lines 972 to 977 in 156b946
| // @TODO This will hurt on compound primary keys. | |
| $primaryKey = $metaData->getPrimaryKeyAttributes($modelObject)[0]; | |
| // We need the table to exist in the query in order for the related sort to work. | |
| // Therefore we add it to comply with this by comparing the primary key to not being NULL. | |
| $this->relationSearchFields[$modelName][] = [ | |
| $primaryKey, ':', '$$', |