]> source.dussan.org Git - nextcloud-server.git/commitdiff
comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP prett...
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 19 Jul 2012 10:12:17 +0000 (12:12 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 31 Jul 2012 15:49:49 +0000 (17:49 +0200)
3rdparty/MDB2/Driver/Datatype/oci8.php

index f633b0e2151c091e41290011a9198ac70843ee30..4d2e792a80e903ace73704786532811b8cfaa932 100644 (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()