Skip to content

Commit

Permalink
Merge branch '#23349-cratedb-erd-error' of git@github.com:dbeaver/dbe…
Browse files Browse the repository at this point in the history
…aver.git into #23349-cratedb-erd-error
  • Loading branch information
serjiokov committed May 23, 2024
2 parents 8a8aa69 + 32caee5 commit 5706b9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public static Collection<DBSEntity> collectDatabaseTables(
}
});
} catch (DBException e) {
DBWorkbench.getPlatformUI().showError("Cache database model", "Error caching database model", e);
log.warn("Entity cache model can't be read", e);
}
Collection<? extends DBSObject> entities = objectContainer.getChildren(monitor);
if (entities != null) {
Expand Down

0 comments on commit 5706b9e

Please sign in to comment.