Skip to content

Commit

Permalink
dbeaver/dbeaver#23361 Connection verify
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-rider committed Oct 30, 2024
1 parent efe366b commit 84d8b03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public LibSqlConnection(
} catch (IOException e) {
throw new SQLException(e);
}
// Verify connection
getMetaData().getDatabaseProductName();
}

public LSqlClient getClient() {
Expand Down

0 comments on commit 84d8b03

Please sign in to comment.