Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
Example:
$qb->addSelect('(SELECT COUNT(tp2) FROM TeamPlayer tp2 WHERE tp2.team = t) AS test');
$qb->andWhere('test > 3');
[Semantical Error] line 0, col 186 near 'test > 3 ORDER': Error: 'test' does not point to a Class.
Assigned to Guilherme