Hi guys,

some time ago I found out that the mssql jdbc driver only supports up to 
2100 paramers in a prepared statement.
Sometimes I reach this limit, e.g when filling an WHERE IN clause. It would 
be nice if jooq would transparently split up the query into several queries.
Currently I'm having this problem while batch deleting:
*
*
*exe.delete(TABLE).where(TABLE.ID.in(List<String>)).execute()*

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


Reply via email to