ZF-1581: Oracle: Support charset option
Description
We can't change the charset of the connection between ZF and oracle.
the oci_connect() function gets a $charset param but we can't define it with Zend_Db::factory. The problem is located in the method _connect() in Zend_Db_Adapter_Oracle
(from the php doc : resource oci_connect ( string $username, string $password [, string $db [, string $charset [, int $session_mode]]] ) )
I can't to set the charset to "AL32UTF8" (all my OracleXE uses this charset and my website is in UTF-8).
Best regards, Philippe
Comments
Posted by Bill Karwin (bkarwin) on 2007-06-18T11:26:32.000+0000
This issue is already being tracked.
Posted by Bill Karwin (bkarwin) on 2007-06-18T11:26:47.000+0000
Resolving as duplicate.
Posted by Bill Karwin (bkarwin) on 2007-06-18T11:48:20.000+0000
This is not a bug. I have marked it as an improvement.
Reworded summary.