Welcome Guest, Not a member yet? Register   Sign In
Transactions dont work
#2

[eluser]Unknown[/eluser]
It looks like this might be more of a problem with mysql.

running the following sql in phpmyadmin commits the query on the sql error. This is also likely the problem being shown in code igniter.

Code:
START TRANSACTION;
UPDATE TEST SET ID = 15;
create table fail;
ROLLBACK;


Messages In This Thread
Transactions dont work - by El Forum - 08-29-2010, 06:19 PM
Transactions dont work - by El Forum - 08-29-2010, 08:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB