mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well
This commit is contained in:
parent
c03daca712
commit
3c5670b662
1 changed files with 4 additions and 4 deletions
8
3rdparty/MDB2/Driver/Datatype/oci8.php
vendored
8
3rdparty/MDB2/Driver/Datatype/oci8.php
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue