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 4e8b863 commit 244bc13Copy full SHA for 244bc13
lib/Cake/Model/Datasource/Database/Mssql.php
@@ -146,18 +146,6 @@ public function enabled() {
146
return in_array('sqlsrv', PDO::getAvailableDrivers());
147
}
148
149
-/**
150
- * Executes given SQL statement.
151
- *
152
- * @param string $sql SQL statement
153
- * @return resource Result resource identifier
154
- */
155
- protected function _execute($sql) {
156
- $result = @mssql_query($sql, $this->connection);
157
- $this->__lastQueryHadError = ($result === false);
158
- return $result;
159
- }
160
-
161
/**
162
* Returns an array of sources (tables) in the database.
163
*
0 commit comments