-
I am getting the following error when I add a sort query:
`java.lang.NoClassDefFoundError: Could not initialize class io.github.perplexhub.rsql.jsonb.JsonbSupport`. If I remove the sort query, the fi…
-
I have recently [added support](https://github.com/theseus-rs/postgresql-embedded/issues/47) for installing this extension in [postgresql_embeded](https://github.com/theseus-rs/postgresql-embedded). …
-
My rsql is like this:
`status=='ACTIVE';region!='';filespacePrefix!='';workflowExtInfo=nn=`
but workflowExtInfo=nn= does not work, and the param workflowExtInfo is a map.
And I use the postgresql…
-
### Bug
I experienced the following bug
- in customer invoice list, select one invoice for direct debit = withdraw request
- generate xml direct debit file for one invoice
- if the xml is gene…
-
I have a requirement to filter MongoDB collection by passing values which is in the collection object.
Below is the collection object.
{
id: "4d3b7c1b-5883-4984-ac05-29ac0362a996",
r…
-
This has bitten me twice personally - on IPM itself (see #440) and on TestCoverage (a long time ago).
It would be good to know which packages do/don't work with delimited identifiers disabled (by d…
-
Consider a (kotlin) enum:
```kotlin
enum class Symbol { FOO, BAR, BAZ }
```
and it's use in some entity:
```kotlin
@Entity
@Include(rootLevel = true, name = "myentity")
class MyEntity(…
-
I noticed a large number of HTTP 500 errors in the PDP Backend logs:
```
2021-10-12 18:47:51 [18] [INFO] 172.18.0.1 - - [12/Oct/2021:18:47:51 +0000] "GET /pcds/lister/raw/ENV-AQN/E206271.rsql.ascii…
-
### How to Reproduce
Look at src/
### Expected behavior
There would be a function to take an RSQL string and parse into a constraint tree
### Observed behavior
There is no function to take an…
-
Hi, is it possible to write RSQL queries that filter on values in nested lists?
For example, the following object is taken from the readme but with 'address' changed to a list of addresses:
```
…