You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com.clickhouse.jdbc.metadata.ResultSetMetaData#getColumnClassName needs to be implemented like com.clickhouse.jdbc.ClickHouseResultSetMetaData, otherwise Spring Jdbc and Mybatis will not work
@livk-cloud is there any document that points out how JDBC driver should behave and what should be returned?
I mean any guidelines from Spring or Mybatis how they "see" type mapping? I think, it is critical now to understand to make a review of your PR.
Thanks!
Describe your feedback
com.clickhouse.jdbc.metadata.ResultSetMetaData#getColumnClassName needs to be implemented like com.clickhouse.jdbc.ClickHouseResultSetMetaData, otherwise Spring Jdbc and Mybatis will not work
The text was updated successfully, but these errors were encountered: