We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b0606 commit d2eedf4Copy full SHA for d2eedf4
src/main/java/io/tiledb/TileDBCloudResultSetMetadata.java
@@ -110,7 +110,7 @@ public int getColumnType(int column) throws SQLException {
110
} else if (valueVector instanceof VarCharVector) {
111
return Types.VARCHAR;
112
} else if (valueVector instanceof TimeStampVector) {
113
- return Types.TIMESTAMP;
+ return Types.TIMESTAMP_WITH_TIMEZONE;
114
}
115
throw new RuntimeException(
116
"Type for column with index: " + column + " is not yet supported by this driver.");
0 commit comments