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/CubridCollation.java

Co-authored-by: Anastasiya <45152336+LonwoLonwo@users.noreply.github.com>
  • Loading branch information
longhaseng52 and LonwoLonwo committed Mar 21, 2024
1 parent 09a5016 commit 897e9fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ public boolean isPersisted() {
@NotNull
@Override
public DBSObject getParentObject() {
return null;
return dataSource;
}
}

0 comments on commit 897e9fd

Please sign in to comment.