Description
There is a typeMappings in V1 that allows user to set custom type mapping
See example: https://github.com/ClickHouse/clickhouse-tableau-connector-jdbc/blob/5dbd2b1f78e93dc8e0e95cf16460c3d50bf83743/clickhouse_jdbc/connectionBuilder.js#L39
JDBC V2 has another format of properties. In this case we need to add a new one jdbc_type_map and support typeMappings but mark as deprecated.
JDBC driver should parser string and create a type mapping that should be followed by ResultSet implementaion.
Description
There is a
typeMappingsin V1 that allows user to set custom type mappingSee example: https://github.com/ClickHouse/clickhouse-tableau-connector-jdbc/blob/5dbd2b1f78e93dc8e0e95cf16460c3d50bf83743/clickhouse_jdbc/connectionBuilder.js#L39
JDBC V2 has another format of properties. In this case we need to add a new one
jdbc_type_mapand supporttypeMappingsbut mark as deprecated.JDBC driver should parser string and create a type mapping that should be followed by ResultSet implementaion.