From 3c5670b662ea9e5ee36146f10f63faaadacb8187 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Thu, 19 Jul 2012 12:12:17 +0200
Subject: [PATCH] comment extra timestamp quotation for oci8. Oracle can handle
 CURRENT_TIMESTAMP pretty well

---
 3rdparty/MDB2/Driver/Datatype/oci8.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/3rdparty/MDB2/Driver/Datatype/oci8.php b/3rdparty/MDB2/Driver/Datatype/oci8.php
index f633b0e215..4d2e792a80 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()
-- 
GitLab