[Developer] #424 stop guessing protected object ORDS paths

This commit is contained in:
devmrko
2026-06-23 15:19:04 +09:00
parent a542a7b735
commit 0b43750a32
7 changed files with 59 additions and 36 deletions

View File

@@ -13,8 +13,4 @@ public record DatabaseObjectOption(
public String label() {
return owner + "." + objectName + " (" + objectType + ")";
}
public String defaultOrdsPath() {
return owner.toLowerCase() + "/" + objectName.toLowerCase();
}
}