Remove invalid(?) exception for now
This commit is contained in:
parent
3914e4a5d0
commit
39ed719c4c
@ -165,10 +165,13 @@ class ResultSetMapping
|
||||
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) {
|
||||
throw new \LogicException("Cannot add index by for dql alias " . $alias . " and field " .
|
||||
$fieldName . " without calling addFieldResult() for them before.");
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
@ -435,4 +438,4 @@ class ResultSetMapping
|
||||
$this->isIdentifierColumn[$alias][$columnName] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user