[jOOQ/jOOQ#11025] Fix this also for MariaDB

This commit is contained in:
Lukas Eder 2020-11-25 21:21:15 +01:00
parent 5a795588cd
commit 3cc97d16a9

View File

@ -161,6 +161,7 @@ final class JSONEntryImpl<T> extends AbstractQueryPart implements JSONEntry<T>,
break;
// [#11025] These don't have boolean support outside of JSON
case MARIADB:
case MYSQL:
if (type.getType() == Boolean.class)
return inlined(field);