Hi, Not sure if this is a bug or I'm missing some other way to achieve what I'm trying to do.
I realize this slightly goes around the 'fetch' capabilities of JOOQ but this is my use-case: 1. Use JOOQ as an SQL builder by constructing queries and using getSQL() to get a prepared statement template. 2. Create a prepared statement on using the template and bind the values as passed by the Select<?> object, by calling getBindValues and iterating over the results. *The problem*: inlined parameters replace the '?' sign, but are included in the BindValues list. Tried using 'val' but that produces another '?' which is not necessary if this value doesn't change. Is this a bug? Is there a different way to get the bind values? Thanks in advance, Ariel -- 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.
