![]() |
Dear all,
Sorry for my broken English. I'm using codeigniter 4 and PHP 8.1.1 I tried below code in model and call in controller, (I turn off DBdebug) the first query is correct and the second one I put wrong column name to test, This is what I get in log: Unknown column 'mobile1' in 'field list' And the first query still executed. Code: function testTransaction() Code: function testTransaction() Error message i get ERROR - 2021-12-29 10:51:03 --> Unknown column 'mobile1' in 'field list' ERROR - 2021-12-29 10:51:03 --> rollback ? Please help, or any idea what I should check for. Thanks |
Messages In This Thread |
Need some help on Transaction (Transaction didn't rollback) - by jeffreyngai92 - 12-28-2021, 07:56 PM
RE: Need some help on Transaction (Transaction didn't rollback) - by jeffreyngai92 - 12-28-2021, 11:08 PM
RE: Need some help on Transaction (Transaction didn't rollback) - by iRedds - 12-28-2021, 11:30 PM
RE: Need some help on Transaction (Transaction didn't rollback) - by InsiteFX - 12-29-2021, 01:31 AM
RE: Need some help on Transaction (Transaction didn't rollback) - by iRedds - 12-29-2021, 03:22 AM
RE: Need some help on Transaction (Transaction didn't rollback) - by InsiteFX - 12-30-2021, 01:40 AM
|