ZF-2868: Zend_Db_Statement_Oracle - bind array by name
Description
Usage of oci_bind_array_by_name function not implemented in _bindParam() method. When $parameter is array, function oci_bind_array_by_name should be called (not oci_bind_by_name).
Usage of oci_bind_array_by_name function not implemented in _bindParam() method. When $parameter is array, function oci_bind_array_by_name should be called (not oci_bind_by_name).
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T20:43:56.000+0000
Please categorize/fix as needed.
Posted by Ian Matysik (imatyssik) on 2008-05-18T07:23:46.000+0000
I think that oci_bind_array_by_name can only be used with the stored procedures and therefore is not useful for the nosrmal select/delete/update statements. Current implementation is correct and that should not be noted as an issue.
Posted by Wil Sinclair (wil) on 2008-12-04T12:53:17.000+0000
Reassigning as Ralph is the maintainer of Zend_Db
Posted by Ralph Schindler (ralph) on 2009-01-10T11:33:08.000+0000
Will evaluate this within 2 weeks.