Hello,

Thank you very much for your enquiry and for your report.

Unfortunately, DB2 arrays are not yet supported by jOOQ. The relevant
feature request is this one here:
https://github.com/jOOQ/jOOQ/issues/270

I have increased its priority for the next release.

Could you maybe show an example of how you are using arrays in DB2 - this
would help us make sure that we will get the implementation right for you.

Looking forward to hearing from you again,
Lukas

2015-09-17 18:20 GMT+02:00 <[email protected]>:

> 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.
>

-- 
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.

Reply via email to