Skip to content

Commit

Permalink
dbeaver/pro#3384 Make AbstractJdbcConnection.getSchema throwable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagarkin authored and Ivan Gagarkin committed Oct 16, 2024
1 parent 38e3a2a commit f63fd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void setSchema(String schema) throws SQLException {
}

@Override
public String getSchema() {
public String getSchema() throws SQLException {
return null;
}

Expand Down

0 comments on commit f63fd2a

Please sign in to comment.