ZF-9886: Zend_Db_Statement_Oracle doesn't make use of Zend_Db_Adapter_Abstract::foldCase()
Description
If to specify connection option Zend_Db::CASE_FOLDING => CASE_LOWER, it doesn't affect the query result. Statement remains returning upper-cased field names. Seems to be that case folding is just forgotten to be implemented.
See http://framework.zend.com/svn/framework/…, line 317: "// @todo: make use of adapter->foldCase()".
Comments
Posted by Ralph Schindler (ralph) on 2010-06-18T12:12:52.000+0000
Please supply a patch for this feature request.
Posted by Sergei Morozov (morozov) on 2010-06-19T03:03:30.000+0000
Patch that fixes that issue