CakeDC / cakephp-oracle-driver

CakePHP 3 Driver for Oracle Database
Other
40 stars 24 forks source link

Apply encoding to dsn #21

Closed ulistaerk closed 7 years ago

ulistaerk commented 7 years ago

If you connect to the database, the charset given in the config is not applied to the dsn-string.

skie commented 7 years ago

That's looks fine for PDO connection, but have you tested it with OCI? Does it worked fine here too?

ulistaerk commented 7 years ago

Sorry for that late response. Had to rebuild PHP. I just tested it: Nope. does not work with OCI!

Closing.