Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

OData parsed to SQL sentence #19

Open
david-rouchet opened this issue Jun 3, 2015 · 0 comments
Open

OData parsed to SQL sentence #19

david-rouchet opened this issue Jun 3, 2015 · 0 comments

Comments

@david-rouchet
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant