Closed darren-wrigley closed 5 years ago
when the scanner is reading the datasources for a database - any datasources that have spaces in the name are not read properly.
suggest using a regular expression to parse the datasource type and name.
example
CREATE\s(?:OR REPLACE\s)?DATASOURCE (\w+) \"?(.*)\"?\b
which looks for:-
note - will be fixed in v0.9.8.2, which should be updated later today (after testing)
fixed in v0.9.8.2
when the scanner is reading the datasources for a database - any datasources that have spaces in the name are not read properly.
suggest using a regular expression to parse the datasource type and name.
example
CREATE\s(?:OR REPLACE\s)?DATASOURCE (\w+) \"?(.*)\"?\b
which looks for:-