Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 3, 2024
1 parent 067eb70 commit 2c8421f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1474,6 +1474,7 @@ void shouldReturnGeography() throws SQLException {
assertEquals(expectedValue, resultSet.getObject("location"));
assertEquals(expectedValue, resultSet.getString(9));
assertEquals(expectedValue, resultSet.getString("location"));
// Returns native JDBC type
assertEquals(Types.VARCHAR, resultSet.getMetaData().getColumnType(9));
}

Expand Down

0 comments on commit 2c8421f

Please sign in to comment.