完善事务嵌套

This commit is contained in:
yunwuxin
2016-06-15 11:03:08 +08:00
parent ea8bad7759
commit d08ae3671a
5 changed files with 80 additions and 35 deletions

View File

@@ -154,4 +154,8 @@ class Oracle extends Connection
{
return [];
}
protected function supportSavepoint(){
return true;
}
}