Hi Lukas, I really thought I could do the other methods completly by my own, but the reallity has proven, that I was wrong about that. I tried the following snippets, where I thought that it was promissing and many other things.
condition = condition.and(fields[x].greaterOrEqual(record.get(x)); or condition = condition.and(fields[x].greaterOrEqual(DSL.zero())); or Integer b = new Integer(5); condition = condition.and(fields[x].greaterOrEqual(b)); Snippet three should work at least, accourding to you post https://stackoverflow.com/questions/35477640/jooq-empty-condition Error message "no suitable method found", my project is currently based on jooq 3.11.5. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/6c0bbc52-8033-4c63-be85-fa5be6b02f53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
