yajra / pdo-via-oci8

PHP PDO_OCI functions via OCI8 extension
Other
88 stars 61 forks source link

function fetchAll() bug fix #28

Closed dkochnov closed 8 years ago

dkochnov commented 8 years ago

if $this->fetch() return not array then line with reset($row) throw Database Exception – yii\db\Exception in Yii2 reset() expects parameter 1 to be array, string given Fix this bug