-
Nikita Vasilevsky authored
This commit fixes the issue where the `primary_key:` option was ignored if the associated model had a `query_constraints` configured. Now `primary_key:` option always takes priority and only if there is no `primary_key:` option, the `query_constraints` are used to determine the `association_primary_key` value.
Nikita Vasilevsky authoredThis commit fixes the issue where the `primary_key:` option was ignored if the associated model had a `query_constraints` configured. Now `primary_key:` option always takes priority and only if there is no `primary_key:` option, the `query_constraints` are used to determine the `association_primary_key` value.
Loading