Skip to content

Commit

Permalink
dbeaver#22963 Update supportsTrigger function in CubridTable
Browse files Browse the repository at this point in the history
  • Loading branch information
longhaseng52 committed May 15, 2024
1 parent 6289404 commit c4d1166
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public CubridUser getParent() {

@NotNull
public boolean supportsTrigger() {
return ((CubridUser) this.getContainer()).supportsTrigger();
return getParent().supportsTrigger();
}

@Nullable
Expand Down

0 comments on commit c4d1166

Please sign in to comment.