[jOOQ/jOOQ#7539] More ClickHouse support

This includes:

- Various JSON fixes
This commit is contained in:
Lukas Eder 2024-04-03 18:09:01 +02:00
parent 96ad496948
commit 1ebf4805dd

View File

@ -110,7 +110,7 @@ implements
return false;
case CLICKHOUSE:
return true;
return false;
case TRINO:
return false;
@ -157,7 +157,7 @@ implements
break;
case CLICKHOUSE:
ctx.visit(function(N_JSONExtractKeys, getDataType(), field));
ctx.visit(function(N_toJSONString, getDataType(), function(N_JSONExtractKeys, OTHER, field)));
break;
case TRINO: