chandransalem / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

InMemory evaluator does not support ToLowerMethodCallExpression #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
InMemory query evaluator failed to evaluate the following expression:

$filter=(((Id ne null) and substringof('common',tolower(Id))) or ((Description 
ne null) and substringof('common',tolower(Description)))) or ((Tags ne null) 

It failed with exception InMemory evaluator does not support at least ToLower 
function.

Original issue reported on code.google.com by Eugene.P...@gmail.com on 7 Jan 2012 at 5:16

GoogleCodeExporter commented 8 years ago
I come up with a patch to solve the issue.

Original comment by Eugene.P...@gmail.com on 7 Jan 2012 at 8:44

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by john.spurlock on 8 Jan 2012 at 7:17

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 32ceeea36ead.

Original comment by john.spurlock on 8 Jan 2012 at 7:41