-
I found that if you filter by conditions, there will be problems,below is my code
```java
UserVo userVo=userVoCPage.getContent();
Page userTEntityPage=userRepository.findAll(new Specification() {…
-
The following code causes an ICE:
```rust
#![feature(existential_type)]
extern crate futures; // 0.1.24
use futures::{future, Future};
pub struct AStruct;
pub trait ATrait {
type Fu…
-
Thank you @tkaczmarzyk for open sourcing this library and extensive documentation.
Is there way to join multi level entities, like **Customer->OrderDetail-> Product**
I could find it for single leve…
-
**[P. J. Reed](https://jira.spring.io/secure/ViewProfile.jspa?name=minneyar)** opened **[DATAJPA-278](https://jira.spring.io/browse/DATAJPA-278?redirect=false)** and commented
When using a repository…
-
Hi,
When I use rsql-querydsl to parse the string for the query, I found the parser can not work properly
The class I use is in the below. For String Boolean List Integer, it works fine. when comes t…
-
I had a simple field like `pId`, and it can used in jpa repository like :
```
List findByPId(Integer pid);
```
It can work When I import:
```
org.springframework.boot
sp…
-
## Dain Sundstrom
- [x] all checked
- 07-22 17:21:09 1d5c1352c0 Fix TestQueryStateInfoResource setup hang
- 07-29 22:16:55 01d362ea9e Move AggregationFunctionMetadata to SqlAggregati…
-
Please, is it possible to add an extended Specification. For example:
```
@Joins({
@Join(path = "category", alias = "cat"),
…
-
I'm trying to use bindgen to generate bindings to V8, and link statically against it. I've already built V8 statically, and have the .libs stored in an environment variable, which gets used in the fol…
-
Using a `rustc` built from commit 853c4774 with debug assertions enabled (`debug=true` in config.toml), I'm seeing an internal compiler error on the following input (found by [fuzz-rustc](https://gith…