-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels