Skip to content

Translate RQL Expression to SQL #3

@benoitverstraete

Description

@benoitverstraete

Hello,

I'm using your library in a C# REST Api, using a SQL database (SQL SERVER).

I can't find in your documentation how to translate an RQL Expression from your library into a WHERE clause in SQL ?

With your example:

RQL : and(eq(name,'John'),gt(age,18))
SQL (expected) : WHERE name = 'John' AND age > 18

Thanks a lot your for support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions