Arnaud Roger

Results 59 comments of Arnaud Roger

yes I think it should work, the only it would not work might be link to the build function if it can't figure out the name of the parameter, could...

I’ll try to reproduce but I don’t think I have kotlin lost support yet Sent from my iPhone > On 13 Aug 2019, at 08:03, Ben Roth wrote: > >...

I'm trying to reproduce the pb with the following code ```java class Issue674Test { @Test fun test() { val builder = JdbcMapperFactory.newInstance().useAsm(false) .addKeys("parentId", "childId") .addAlias("parentId", "children.parentId") .addAlias("childId", "children.childId") .addAlias("propFromResultSetA", "children.propA")...

no purpose redundant there ... my mistake

Thanks for the reproducer, managed to track the issue, will release a fix asap

so for a bit of background, it is possible to had keys, ar null check that are used for grouping but not in the mapped object that would be an...

so looking at it yes, it would behave like that. nonExistingParam1 will resolve to the actual object. and following property will not resolve to anything. the DisallowSelfReference will make disable...

the problem is that it can't know all the column and the design of the sql parameter source, make it hard to solve - hasValue does not know of the...