Hello, > There's any plan in future to have the ability of specifying if a > parameter is rendered > as a constant or not in the SQL string ?
With jOOQ 2.1.0, NULL is now always rendered as a bind value, also for corner cases in dialects such as Derby or DB2 which have some particularities attached to handling NULL correctly. This is committed on SVN trunk Cheers Lukas
