For this feature, I'd need the following changes: AbstractQuery.execute():
1. The method must work with a null connections 2. It must not create a statement 3. I must be able to override ExecuteContext ctx = new DefaultExecuteContext(c, this); so I can return a mock statement which does nothing for calls like ctx.statement().setQueryTimeout(timeout); and later ctx.resultSet() org.jooq.impl.AbstractResultQuery.execute(ExecuteContext, ExecuteListener): 1. Must work for null / mock connections as above 2. Instead of looping, it should return a predefined ResultImpl Regards, A. Digulla -- 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/groups/opt_out.
