Hi there,
I'm looking for a solution, idea or even a component to convert OData query (mainly the filter part) into SQL sentence.
parser.parse("$filter=Name eq 'John' and LastName lt 'Doe'") would end-up with a WHERE close such as WHERE( Name='John' AND LastName='Doe')
tnx