Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter's Approach to Transactions Isolation levels
#3

[eluser]Unknown[/eluser]
Thanks Nuno.

I tried the solution and had no errors.
Is this the best implementation?

$this->db->query("SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE");
$this->db->trans_start();

Work....

$this->db->trans_complete();


Messages In This Thread
CodeIgniter's Approach to Transactions Isolation levels - by El Forum - 01-23-2013, 09:02 AM
CodeIgniter's Approach to Transactions Isolation levels - by El Forum - 01-23-2013, 09:17 AM
CodeIgniter's Approach to Transactions Isolation levels - by El Forum - 01-23-2013, 10:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB