Hi Lukas, I tried the technique provided by Aakash, and it works well. But i have come across another issues.
Since the above method uses a custom VisitListener, does this have any effect on record inserts?. I am currently facing the issues with a null id returned when a record is stored in DB. e.g record.store() the autoincrement id is null, but if is switch back to the original VisitListener things work fine. Am i missing something here? On Saturday, August 10, 2013 at 12:48:59 PM UTC+5:30, Lukas Eder wrote: > > Hello Aurélien, > > 2013/8/10 Aurélien Manteaux <[email protected] <javascript:>> > >> Hey Lukas, >> >> Thank you for your quick answer ! >> >> I'll take your advice and try to write a cache close to jdbc, your >> solution with jOOQ MockConnection seems promising. >> I will also wait for the new SQL rendering and variable binding SPI to >> enable the cache to be correctly cleared. >> >> As soon as I have something working, I will share it here ! >> > > Great! Feature requests and improvement hints to the MockConnection are > very welcome, too! > > Cheers > Lukas > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
