You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the $header argument on Statement::process is deprecated and will be removed in
the next version. Use TabularDataReader::getRecords on the returned value instead.
It's usage will trigger a E_USER_DEPRECATED call.
Fixed
The optional $header argument for TabularDataReader;;getRecords becomes a full mapper between the records column offset and the column names #498
ResultSet constructor now allows the records to be an array.
The internal Stream object will throw a RuntimeException if the rewind action fails
if calls to fseek fails (returns -1 ) a RuntimeException will be thrown.
Stream can iterate and return the full line respecting SplFielObject flags. Previously it only returned the CSV records.
MapIterator::fromIterable to instantiate a MapIterator object from any iterable structure.