Database: Remove resultObject() from the public interface
authorKevin Israel <pleasestand@live.com>
Sat, 26 Sep 2015 10:31:05 +0000 (06:31 -0400)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 26 Sep 2015 18:13:23 +0000 (11:13 -0700)
commit617d59fcb326bd81e244f52c54bf4a83b8dbe0b2
treea1189f3ef5e11e7fa56fbc667962baf0edf34bac
parent0dbc4fc2e0c9c205367afa4943ff4cf58dbc7843
Database: Remove resultObject() from the public interface

It has not been necessary to call this method outside the Database classes
since 1.11 (r23756 / 9382bc7a858c).

This is a breaking change and should not be merged before the following
changes to extensions:

* Disambiguator: Ibef942fd
* Maps: Ic90bd0ad
* OAI: Idbbe08d6
* Oversight: I63071e65
* Video: Id71914cd

Change-Id: Idfe7cd6f516f0aca850878282c47e7914accc6d8
RELEASE-NOTES-1.26
includes/db/DBConnRef.php
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/IDatabase.php