[jOOQ/jOOQ#11025] Fix this also for MariaDB
This commit is contained in:
parent
5a795588cd
commit
3cc97d16a9
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user