fix #477: apply vpd by policy filter template

This commit is contained in:
devmrko
2026-06-26 07:36:23 +09:00
parent 49feccb659
commit ef47893324
7 changed files with 133 additions and 46 deletions

View File

@@ -69,6 +69,7 @@ public class VpdPolicyService {
mapper.findSchemaOwnerOptions(),
mapper.findOwnerOptions(),
mapper.findFunctionOptions(),
mapper.findPolicyTemplateOptions(),
List.of("SELECT", "INSERT", "UPDATE", "DELETE", "INDEX")
);
formOptionsCache = new CacheEntry<>(options, System.currentTimeMillis() + CATALOG_CACHE_MILLIS);
@@ -81,6 +82,7 @@ public class VpdPolicyService {
List.of(),
List.of(),
List.of(),
List.of(),
List.of("SELECT", "INSERT", "UPDATE", "DELETE", "INDEX")
);
}