1
0
mirror of synced 2024-12-14 15:16:04 +03:00

refs #307 comment 3

This commit is contained in:
pookey 2007-04-16 13:49:14 +00:00
parent 659ecb41b0
commit 7b2a2ac84c

View File

@ -225,6 +225,9 @@ abstract class Doctrine_Hydrate extends Doctrine_Access
// copy the aliases to the subquery
$obj->copyAliases($this);
// this prevents the 'id' being selected, re ticket #307
$obj->isSubquery(true);
return $obj;
}
/**