Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `SimpleIntListToTbl` and `Split` functions were previously used by stored procedures to parse string delimited lists of e.g. attributes into temporary tables. In a previous update to the schema, this functionality was replaced with user-defined table-valued types—namely `TopicList` and `AttributeValues`, and thus these are no longer utilized. While these were indroduced previously, they were never publicly documented and we have no expectation that implementers will be calling these directly. As such, while this is technically a breaking change, I'm considering that acceptable since these should be understood to be internal objects, and were never called directly by the OnTopic library. Further, there is no need to call them from application code, as their use is of exclusively benefit to SQL scripts themselves.
- Loading branch information