Closed neVERberleRfellerER closed 5 years ago
My fault. I swapped RowMapper and ResultSetExtractor and even when I was chekcing the docs I though that I use ResultSetExtractor. Accept my humble apology.
well it should not fail on the row mapper there anyway, I think the Row mapper should prob not deals with the join and still work or throw an exception when requesting the row mapper.
With Spring Boot (spring-boot-starter-jdbc) 2.1.3.RELEASE on
with this schema
https://github.com/arnaudroger/SimpleFlatMapper/blob/sfm-parent-6.6.0/sfm-examples/sfm-jooq/src/main/resources/db-h2.sql
this simple code
causes IllegalStateException:
It does not throw any error when addKeys is commented out or when addKeys reference only non-existent columns.