Questo sembra essere un bug in MySql .
Puoi aggirare il problema con cast(true as json)
es.:
SELECT json_object(
'name', 'Piotr',
'likesMysql', if(4 MOD 2 = 0, cast(TRUE as json), cast(FALSE as json))
)
Questo sembra essere un bug in MySql .
Puoi aggirare il problema con cast(true as json)
es.:
SELECT json_object(
'name', 'Piotr',
'likesMysql', if(4 MOD 2 = 0, cast(TRUE as json), cast(FALSE as json))
)