mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-05 22:35:30 +08:00
完善事务嵌套
This commit is contained in:
@@ -110,4 +110,8 @@ class Mysql extends Connection
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
protected function supportSavepoint(){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user