allow plan context when optional scope view unavailable

This commit is contained in:
devmrko
2026-07-27 14:54:10 +09:00
parent 956693bb23
commit fbb04a55a2
2 changed files with 6 additions and 2 deletions

View File

@@ -99,6 +99,10 @@ public class GameScopeService {
return new GameScopeResult(normalizedQuestion, status, scopes);
}
public boolean configured() {
return gameScopeProperties != null && gameScopeProperties.configured();
}
/**
* Returns true when a generated SQL references a DB-declared game-prefix
* object. Prefixes are read from the configured scope view; no game or table