Merge pull request #185 from asm89/indexby-exception
Remove invalid(?) exception for now
This commit is contained in:
commit
d943e67c65
@ -165,10 +165,13 @@ class ResultSetMapping
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: check if this exception can be put back, for now it's gone because of assumptions made by some ORM internals
|
||||||
if (!$found) {
|
if (!$found) {
|
||||||
throw new \LogicException("Cannot add index by for dql alias " . $alias . " and field " .
|
throw new \LogicException("Cannot add index by for dql alias " . $alias . " and field " .
|
||||||
$fieldName . " without calling addFieldResult() for them before.");
|
$fieldName . " without calling addFieldResult() for them before.");
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user