yajra / pdo-via-oci8

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

Clean DSN - check charset option in connection string ( //Fin… #25

Closed eisberg closed 8 years ago

eisberg commented 8 years ago
  1. Clean PDO Style DSN and check charset option in connection string Find the charset in connection String, example: oci:dbname=192.168.1.1/orcl;charset=CL8MSWIN1251
  2. Implement closeCursor statement method.