This is a minor issue, I suppose. But the dbo.stringpart function in ontology_utils_mssql.sql script doesn't make use of @delimiter argument. It seems, instead of the '\' it should say @delimeter in the following lines:
WHILE @num!=@el and CHARINDEX('\', @stringToSplit) > 0SELECT @pos = CHARINDEX('\', @stringToSplit)
Please reject this issue, if this is an incorrect assumption. Thanks.
This is a minor issue, I suppose. But the dbo.stringpart function in ontology_utils_mssql.sql script doesn't make use of @delimiter argument. It seems, instead of the '\' it should say @delimeter in the following lines:
WHILE @num!=@el and CHARINDEX('\', @stringToSplit) > 0
SELECT @pos = CHARINDEX('\', @stringToSplit)
Please reject this issue, if this is an incorrect assumption. Thanks.