yiisoft / data

Data providers

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`IteratorDataReader` resets numeric keys when sorting

roxblnfk opened this issue · comments

IteratorDataReader uses ArraySorter::multisort that uses array_multisort() function. This function resets numeric keys.

This behavior is undesirable.