Skip to content

Commit

Permalink
dbeaver#22963 Add logging in CubridMetaModel.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
longhaseng52 committed Mar 21, 2024
1 parent 789e5ca commit 2a1b921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public String getViewDDL(@NotNull DBRProgressMonitor monitor, @Nullable GenericV
}
}
} catch (SQLException e) {
e.printStackTrace();
log.error("Cannot load view ddl", e);
}
return ddl;
}
Expand Down

0 comments on commit 2a1b921

Please sign in to comment.