do not disable transaction in pdo_driver.php

This commit is contained in:
hyung-hwan 2022-05-25 15:10:35 +00:00
parent 67496902bf
commit 69e8bbfd1b

View File

@ -153,7 +153,7 @@ class CI_DB_pdo_driver extends CI_DB {
empty($this->database) OR $this->hostname .= ';dbname='.$this->database;
$this->trans_enabled = FALSE;
//$this->trans_enabled = FALSE;
$this->_random_keyword = ' RND('.time().')'; // database specific random keyword
}