JP

Results 3 comments of JP

Any update on this issue? It's still not possible to use spring-data-jdbc query with a "IN" containing tuple (spring-data-jdbc version 2.4.8) The exemple provided can be simplified with simple IN...

> Is this specific to the embeded entity being a record? If i remember well, I reproduced the issue with classes instead of record

If the embedded entity containing the audit annotation is a regular class with setter then it's work. I updated the test case : [bug1.zip](https://github.com/spring-projects/spring-data-relational/files/14212452/bug1.zip) FYI, on version 2.4.11, the record...