barooon165

Results 4 comments of barooon165

For the version, I'm using spring-data-jpa 3.5.2 as part of spring-boot-starter-data-jpa:3.5.4

> Care to provide a reproducer? This seems a rather specific bug. While not necessarily the cause, the rendered SQL mentions the `submissions` table while you've included the `AppUser` entity....

Um, so actually, I think the problem might be that I called this native query ```Java @Query(value = "SELECT * FROM submissions WHERE user_id = :userId AND is_deleted = false",...

> Alright, thanks a lot for looking into it. > > I’ve seen a few tickets regarding reference to property names in the context of native queries and the need...