Solar_Sql_Model_Related_ToOne::_fixEagerParams()
protected
void
Solar_Sql_Model_Related_ToOne::_fixEagerParams
( Solar_Sql_Model_Params_Eager $eager
)
Fixes the eager params based on the settings for this related.
Parameters
(Solar_Sql_Model_Params_Eager)
$eager
: The eager params.
Returns
(void)
Description
Fixes the eager params based on the settings for this related.
Adds a column prefix when not already specified.
If there are sub-eagers, sets the merge strategy to 'client' so that the sub-eagers are honored.
On a server merge, sets the join flag.