program/include/rcube_mdb2.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_mdb2.php
@@ -84,7 +84,7 @@ 'emulate_prepared' => $this->debug_mode, 'debug' => $this->debug_mode, 'debug_handler' => 'mdb2_debug_handler', 'portability' => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_null); 'portability' => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL); if ($this->db_provider == 'pgsql') { $db_options['disable_smart_seqname'] = true; @@ -729,3 +729,4 @@ write_log('sql', $debug_output); } }