Skip to content

Commit 28f1f1e

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents c567bd1 + d005298 commit 28f1f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/main/java/com/clickhouse/jdbc/metadata/ResultSetMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ public boolean isDefinitelyWritable(int column) throws SQLException {
165165

166166
@Override
167167
public String getColumnClassName(int column) throws SQLException {
168-
throw new SQLException("Not implemented", ExceptionUtils.SQL_STATE_FEATURE_NOT_SUPPORTED);
168+
throw null;
169169
}
170170
}

0 commit comments

Comments
 (0)