allow plan context when optional scope view unavailable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user