Closed juliendangers closed 6 years ago
will have a look, thanks for the report.
Here is a repository with a spring-boot 2 project, to reproduce the issue: https://github.com/juliendangers/jooq-simpleflatmapper-issues
Data is provisionned with flyway, and instructions on how to run it are in the README. Ask me if you need anything else
Wow! Thank you so much! You're very responsive, and you're lib is really great.
I'm trying to map some resultsets to different structures using Jool Tuples and Kotlin List (I'm not using Kotlin Pair and Triple because there is another issue with it, I'll open one after a deeper investigation)
Works:
Doesn't work:
I get the following error when it fails:
Here is the value of the target variable when it crashes:
I will provide a full test repo to reproduce the error, but is it supposed to work with List of Tuples ?