yajra / pdo-via-oci8

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

Bug fix for command 'insert into table(field)' when using DB::insert (Un... #7

Closed felippeduarte closed 10 years ago

felippeduarte commented 10 years ago

When trying to execute the following command:

DB::insert(DB::raw('INSERT INTO table(field) select field from table2' ));

It was giving this error: Undefined offset 1