From: Jörn Friedrich Dreyer Date: Thu, 19 Jul 2012 10:12:17 +0000 (+0200) Subject: comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP prett... X-Git-Tag: v4.5.0beta1~109 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3c5670b662ea9e5ee36146f10f63faaadacb8187;p=nextcloud-server.git comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well --- diff --git a/3rdparty/MDB2/Driver/Datatype/oci8.php b/3rdparty/MDB2/Driver/Datatype/oci8.php index f633b0e2151..4d2e792a80e 100644 --- a/3rdparty/MDB2/Driver/Datatype/oci8.php +++ b/3rdparty/MDB2/Driver/Datatype/oci8.php @@ -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()