Followup r90429:
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 12:09:22 +0000 (12:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 20 Jun 2011 12:09:22 +0000 (12:09 +0000)
commit5fcd668a025564a60cab4429c641f56e8361dbdb
treedf5228aeaedd665b1958b369b0521c38fe3dda1c
parent74deda886573c4cc2ad52d5cf9899545f2f58ffe
Followup r90429:
* Reverted the public -> protected changes from r90429, except for doQuery() after a review of usage:
** resultObject() is used by lots of things in core and extensions.
** makeSelectOptions() is used by SMW, and if that's going to be public, the other two probably should be too, for consistency.
** doQuery() was used by several things, but mostly by mistake. It's been marked private since r21359 which is before almost all of them. I updated the callers to use query().

* Added "protected" to doQuery() declarations in other database classes.
includes/db/Database.php
includes/db/DatabaseIbm_db2.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php