rdbms: make affectedRows() work more consistently
[lhc/web/wiklou.git] / includes / libs / rdbms / database / DatabaseMssql.php
index 53beb65..832ed9e 100644 (file)
@@ -353,7 +353,7 @@ class DatabaseMssql extends Database {
        /**
         * @return int
         */
-       public function affectedRows() {
+       protected function fetchAffectedRowCount() {
                return $this->mAffectedRows;
        }