fatal error: uncaught exception 'pdoexception' with message 'there is already an active transaction' in /mnt/hgfs/www/vetribe/public/jiao.php:11 stack trace
是不是不能嵌套事务呢?
回复内容: 在事务中,开启另外一个事务,出现错误
fatal error: uncaught exception 'pdoexception' with message 'there is already an active transaction' in /mnt/hgfs/www/vetribe/public/jiao.php:11 stack trace
是不是不能嵌套事务呢?
事务操作用嵌套吗?这样的话,还为什么要用事务呢?
事务是否允许嵌套/如何嵌套 主要取决于db本身,而非用什么东西去访问db
mysql,或者说innodb的话,支持savepoint 变相支持嵌套事务
好像是开启下一次事务的时候,之前没有commit的事务会自动commit然后再开启一个事务,所以好像不能嵌套
看看事物操作的本质。。。。本身就不应该嵌套。。。。