> > Your plan to inherit from SelectField will definitely make the life of > users easier! >
Well, it is an edge case in most databases, where booleans aren't really first-class citizens. We've evaluated changing our type system such that "Condition extends Field<Boolean>", but that will open pandora's box throughout the jOOQ API. So, I cannot promise that "Condition extends SelectField" will really be doable. In any case, this is the feature request: https://github.com/jOOQ/jOOQ/issues/3867 Cheers, Lukas -- 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.
