• Sergei Morozov's avatar
    Dropped support for fetching objects and non-zero column · aa6ae1d6
    Sergei Morozov authored
    1. `FetchMode::STANDARD_OBJECT` and `FetchMode::CUSTOM_OBJECT` are no longer supported.
    2. `FetchMode::COLUMN` with a non-zero index is no longer supported.
    3. Incompatible change in the `Connection::fetchColumn()` signature where the 3rd argument is now `$types`, not `$columnIndex`.
    aa6ae1d6
SQLSrvStatement.php 9.26 KB