yajra / pdo-via-oci8

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

Need to be able to bind collection variables. #17

Closed ziazon closed 9 years ago

ziazon commented 9 years ago

I hope this change can be accepted before your next update :) I need to be able to bind variables to custom types defined in Oracle, this would allow that to happen. Unfortunately there isn't a PDO equivalent type to SQLT_NTY so that type as is would need to be used.

yajra commented 9 years ago

thanks!