Skip to content
Snippets Groups Projects
Commit 3c5670b6 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

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

parent c03daca7
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment