ZF-3587: save() a row on Oracle
Description
When we realize a save() on a table row from Oracle, we have quotes around table name even if we set AUTO_QUOTE_IDENTIFIER to false.
When we realize a save() on a table row 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:18:46.000+0000
Patch
Posted by Mickael Perraud (mikaelkael) on 2008-07-06T01:20:36.000+0000
Same type of problem with Oracle and same solution
Posted by Mickael Perraud (mikaelkael) on 2008-07-06T01:20:58.000+0000
Same type of problem with Oracle and same solution
Posted by Mickael Perraud (mikaelkael) on 2008-10-01T14:51:54.000+0000
Fixed in SVN11574