We are attempting to call a routine on DB2 v9.7 whose IN parameter is a DB2 Array (UDT). jooq is generating an AbstractRecord for the UDT. When we try to instantiate a concrete generated implementation of AbstractRecord and pass an array of values calling the .fromArray() method the values are not getting set. Running the code in debug mode we noticed that "fields" are not generated for an Array while translated into an AbstractRecord. Looks like a bug to me? Is Array supported by Jooq 3.6.2
-- 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.
