N°931 new MatchExpression, allow to query the DB

SVN:trunk[6016]
This commit is contained in:
Pierre Goiffon
2018-08-23 15:06:41 +00:00
parent 961f5fd387
commit abb2a2a6e2
4 changed files with 132 additions and 46 deletions

View File

@@ -177,7 +177,7 @@ abstract class SQLQuery
}
else
{
return $oConditionExpr->Render($aArgs);
return $oConditionExpr->RenderExpression(true, $aArgs);
}
}