jooq/jOOQ
Knut Wannheden 292605a12f [jOOQ/jOOQ#9263] Support Field<Boolean> with non-standard Converter
When a Boolean-typed field's `Converter` is not the default, then
`DSL#condition(Field<Boolean>)` will now render the SQL by comparing the
field to `true` (as converted by the field's converter). The same
applies to `DSL#not(Field<Boolean>)`.
2019-09-24 16:09:51 +02:00
..
src/main [jOOQ/jOOQ#9263] Support Field<Boolean> with non-standard Converter 2019-09-24 16:09:51 +02:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml Preparing master for 3.13 release cycle 2019-08-29 16:12:59 +02:00