ClickHouse / clickhouse-jdbc-bridge

A JDBC proxy from ClickHouse to external databases
Apache License 2.0
167 stars 60 forks source link

Column conversion #177

Open src-slu opened 1 year ago

src-slu commented 1 year ago

Why does the jdbc engine not support the 'create_by' column_name from PostgreSql. Converting a postgresql uuid type to a clickhouse uuid type is also not supported. I had to receive the uuid type with String and discard the create_by column.