Skip to content

Commit 275c754

Browse files
authored
Merge pull request #2144 from livk-cloud/fix-jdbc-v2-2
fix spelling mistakes
2 parents d005298 + c96757b commit 275c754

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 null;
168+
return null;
169169
}
170170
}

0 commit comments

Comments
 (0)