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

OData parsed to SQL sentence  #19

@david-rouchet

Description

@david-rouchet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions