2015-09-28 9:50 GMT+02:00 jdoe <[email protected]>:

> Thank you for your response!
>
> For now the Loader API doesn't fit my needs
>

What's missing? Something that we might still add in jOOQ 3.7, perhaps?


> so I had to resort to making a small utility class that manages a List of
> InsertQuery<...> internally and adds a new element to the list if
> (count++ % maxRecords == 0).
> jOOQ shines in handling these queries via create.batch(queries).execute()!
>

That works smoothly indeed, but beware that this is probably not the
fastest solution.


> jOOQ 3.7 looks promising and I think all its users appreciate your efforts
> to make it flawless before releasing! Don 't be tempted to fit it into some
> deadline limits ;)
>

It's flawless no matter the deadline, don't worry :)

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