Skip to content

Commit

Permalink
dbeaver#22963 Update plugins/org.jkiss.dbeaver.ext.cubrid/src/org/jki…
Browse files Browse the repository at this point in the history
…ss/dbeaver/ext/cubrid/model/meta/CubridMetaModel.java

Co-authored-by: Anastasiya <45152336+LonwoLonwo@users.noreply.github.com>
  • Loading branch information
longhaseng52 and LonwoLonwo committed Mar 21, 2024
1 parent 7abc6a8 commit f19d558
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ public void loadProcedures(
@Nullable
@Override
public String getViewDDL(@NotNull DBRProgressMonitor monitor, @Nullable GenericView object, @Nullable Map<String, Object> options) throws DBException {
JDBCSession session = DBUtils.openMetaSession(monitor, object, "load view ddl " + object.getName());
JDBCSession session = DBUtils.openMetaSession(monitor, object, "Load view ddl " + object.getName());

String ddl = "-- View definition not available";
String regex = "\\[|\\]";
try {
Expand Down

0 comments on commit f19d558

Please sign in to comment.