_match_limit()
In the event that a list of MSID's is fetched where there exists a switch MSID for the limits, it's possible to perform a second query which does not provided a result for the _switch_values array, meaning the array is empty. In this case, the resulting limit selection should be direct to use default limits. At the moment, the fetch_data() method just errors instead due to incorrect array sizing in the _resize() function.
_match_limit()In the event that a list of MSID's is fetched where there exists a switch MSID for the limits, it's possible to perform a second query which does not provided a result for the _switch_values array, meaning the array is empty. In this case, the resulting limit selection should be direct to use default limits. At the moment, the
fetch_data()method just errors instead due to incorrect array sizing in the_resize()function.