[jOOQ/jOOQ#7539] More ClickHouse support
This includes: - Various JSON fixes
This commit is contained in:
parent
96ad496948
commit
1ebf4805dd
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user