yajra / pdo-via-oci8

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

Parse DSN - check charset option in connection string and clean "PDO style" #26

Closed eisberg closed 8 years ago

eisberg commented 8 years ago

Parse $dsn = "oci:dbname=10.20.7.1:1521/orcl;charset=AL32UTF8" to $dsn ="10.20.7.1:1521/orcl"
and put charset value ( AL32UTF8) in connect method

yajra commented 8 years ago

@eisberg, thanks for the PR. Will try to review/test this earlier this week. :+1:

yajra commented 8 years ago

@eisberg sorry for the delays. PR merged and released on v1.0.2. Thanks a lot!