supportsSavepoints() public method

DB2 supports savepoints, but they work semantically different than on other vendor platforms. TODO: We have to investigate how to get DB2 up and running with savepoints.
public supportsSavepoints ( )
Example #1
0
 public function testDoesNotSupportSavePoints()
 {
     $this->assertFalse($this->_platform->supportsSavepoints());
 }