apaoww / yii2-oci8

Yii2 Oracle Oci8 Driver
11 stars 12 forks source link

fix error Undefined offset: 0 error when result empty #5

Closed alvinux closed 7 years ago

alvinux commented 7 years ago

example error when : $query = (new Query)->select('item_name') ->from($this->assignmentTable) ->where(['user_id' => (string) $userId]); $query->column($this->db);