ZF-3586: Method find with Oracle
Description
When we realize a find() on a table from Oracle, we have quotes around table name even if we set AUTO_QUOTE_IDENTIFIER to false.
When we realize a find() on a table from Oracle, we have quotes around table name even if we set AUTO_QUOTE_IDENTIFIER to false.
Comments
Posted by Mickael Perraud (mikaelkael) on 2008-07-06T01:13:02.000+0000
Patch
Posted by Mickael Perraud (mikaelkael) on 2008-07-06T01:15:25.000+0000
Same type of problem with Oracle and same solution
Posted by Mickael Perraud (mikaelkael) on 2008-07-06T01:21:24.000+0000
Same type of problem with Oracle and same solution
Posted by Mickael Perraud (mikaelkael) on 2008-10-01T14:50:26.000+0000
Fixed in SVN11573