Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.6
-
Fix Version/s: None
-
Component/s: ORM
-
Security Level: All
-
Labels:None
Description
Example:
SELECT .... WHERE upper(n.title) LIKE upper(:filter)
should be a valid SQL, now is rejected because the walker only accept a variable or an string expression.
I'm adding a patch to address this.
Sorry the Parser has to be modified also to allow expressions to be recognized, I'm attaching the necessary patch.