archelix-rsql icon indicating copy to clipboard operation
archelix-rsql copied to clipboard

This library brings the convenience of SQL declarative nature to restful APIs in the form of RSQL but without the danger of sql injection by using a typesafe mapping of allowed field paths defined via...

Results 8 archelix-rsql issues
Sort by recently updated
recently updated
newest added

Hello It seems like the `PathConverterContext` con't be extened to supprot other path types, like `UUID` for example. My filter looks like this : `uuidField=='CED17E16-78AF-47F6-8ACB-CF5CEEBBF8DB'` where `uuidField` field is defined...

First of all, great job! The spec in http://doc.apsstandard.org/2.1/spec/rql/ mandate dates to be in ISO UTC format. This also is the date format on the JSON spec and the format...

feature
in progress

I haven't dug into the issue, but when parsing a simple filter `principal == 035489f4-d602-46c5-b568-39d1f852b565` I get an NPE: ``` Caused by: java.lang.NullPointerException at com.github.vineey.rql.querydsl.filter.QuerydslRsqlVisitor.visit(QuerydslRsqlVisitor.java:80) ~[rsql-querydsl-filter-2.0.0.RELEASE.jar:?] at com.github.vineey.rql.querydsl.filter.QuerydslRsqlVisitor.visit(QuerydslRsqlVisitor.java:37) ~[rsql-querydsl-filter-2.0.0.RELEASE.jar:?] at...

Is it possible to query by relationship (using spring-data-mongodb)? I've an Item Model and an Item belongs to a Category. I would like to query the items by category.id=={id}. I...

enhancement
in progress

I always need to map type -> QEntity.entity.type, type.value -> QEntity.entity.type.value, etc. Is there a way to not explicitly specify all mappings as I want this to work for all...

feature

rql syntax that supports jpa aggregation, having ang groupby

feature

Hi, Is it possible to have an expression like employee.company_id == company.id ? i.e. having a path on both sides of the expression?

feature