comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well

This commit is contained in:
Jörn Friedrich Dreyer 2012-07-19 12:12:17 +02:00
parent c03daca712
commit 3c5670b662
1 changed files with 4 additions and 4 deletions

View File

@ -241,10 +241,10 @@ class MDB2_Driver_Datatype_oci8 extends MDB2_Driver_Datatype_Common
* a DBMS specific format.
* @access protected
*/
function _quoteTimestamp($value, $quote, $escape_wildcards)
{
return $this->_quoteText($value, $quote, $escape_wildcards);
}
//function _quoteTimestamp($value, $quote, $escape_wildcards)
//{
// return $this->_quoteText($value, $quote, $escape_wildcards);
//}
// }}}
// {{{ _quoteTime()