It appears that this has been fixed in 3.5.1: - http://www.jooq.org/notes#3.5.1 - https://github.com/jOOQ/jOOQ/issues/3378
What jOOQ version are you using? 2015-04-15 11:18 GMT+02:00 Ildar Ov <[email protected]>: > The same with > > Result<Record> result2 = createDSLContext(). > select().from(GETALL.call("('chr5', 12017264, 17602802),('chr16', > 45099457,46383335)", > 0.0F, 0.0F, "experiment", "active", "copynumber/gain" )).fetch(); > > -- > 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.
