issues Search Results · repo:perplexhub/rsql-jpa-specification language:Java
Filter by
95 results
(44 ms)95 results
inperplexhub/rsql-jpa-specification (press backspace or delete to remove)Hello,
We are using the feature that simplifies the path by adding a property mapping. This mapping is interpreted by
generating a cross join instead of a left join without the mapping. Thus, the results ...
jfb-NRB
- Opened 10 days ago
- #175
Hello!
Earlier in this discussion, it was mentioned that casting to text stops working when migrating to Hibernate version 6.6+
https://github.com/perplexhub/rsql-jpa-specification/issues/168. I updated ...
DimaNuvakhov
- 2
- Opened 22 days ago
- #174
in version 6.0.25 im unable to query by attribute which is declared in parent class:
@Test
void testSearchByParentAttribute() {
List AdminProject result = adminProjectRepository.findAll(RSQLJPASupport.rsql( ...
fekynko
- 1
- Opened on Feb 24
- #172
Spring and hibernate versions used here are 2+ years old. They should be updated.
itineric
- 1
- Opened on Jan 7
- #169
Migrating from hibernate 6.5.x to 6.6.x makes every cast of JSONB to text disapear and we just get postgresql errors
(since jsonb is compared to varchar) I came down to this commit in hibernate:
https://github.com/hibernate/hibernate-orm/commit/6a1581cf4a085e6842768eb181ef674a198ae178 ...
itineric
- 1
- Opened on Jan 3
- #168
I would like to include hibernate selectCase as part of the SQL query generated by the RSQL.
I am getting the following error: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list ...
traycho
- Opened on Nov 28, 2024
- #164
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 filter ...
lewimuchiri
- 2
- Opened on Oct 24, 2024
- #163
I am using spring boot 3.1.12 and rsql-jpa-specification 6.0.4 A query in entity EXAMPLE, with
party.contactMedium.emailAddress= xxx is working. But if i upgrade to spring boot 3.2.+ Same QUERY results ...
gmiskos
- Opened on Oct 16, 2024
- #162
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.
alansun2
- 3
- Opened on Sep 11, 2024
- #160
migueltercero
- Opened on Jul 18, 2024
- #158

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.