We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb3024 commit 1254e83Copy full SHA for 1254e83
system/Database/OCI8/Connection.php
@@ -121,8 +121,6 @@ public function initialize()
121
{
122
$result = parent::initialize(); // TODO: Change the autogenerated stub
123
124
- $this->enableSavepoints = false; // not supported
125
-
126
return $result;
127
}
128
system/Database/SQLSRV/Connection.php
@@ -98,8 +98,6 @@ public function __construct(array $params)
98
if ($this->scrollable === null) {
99
$this->scrollable = defined('SQLSRV_CURSOR_CLIENT_BUFFERED') ? SQLSRV_CURSOR_CLIENT_BUFFERED : false;
100
101
102
- $this->enableSavepoints = false; // not implemented so disable it
103
104
105
/**
0 commit comments