Adding --hex for ClickHouse

This commit is contained in:
Miroslav Štampar 2026-07-27 12:05:49 +02:00
parent 8b70a392a1
commit 1d263f22c3
3 changed files with 3 additions and 1 deletions

View file

@ -108,6 +108,7 @@ NULL_WRAPPER = {
# hexConvertField: dialects that DO have a hex function, mapped to its token.
HEX_FUNCTION = {
"Altibase": "HEX_ENCODE(",
"ClickHouse": "hex(",
"Cubrid": "HEX(",
"H2": "RAWTOHEX(",
"IBM DB2": "HEX(",