Start rename of DatabaseBase => Database
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 4 Oct 2015 19:17:57 +0000 (12:17 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 4 Oct 2015 19:36:56 +0000 (12:36 -0700)
commit1b67a929ab74b87de186a58bd5c6c62f2f6604e2
treefee488b11097ff40d65a05b2ff42e870eb2bb68d
parent01ef30fcc4952560eaaf6d17567ff0b763c3586f
Start rename of DatabaseBase => Database

This gives static method callers the option
to use methods like Database::factory() instead
of having to use the uglier DatabaseBase::factory().

Change-Id: I61800626b71ad2803a897df060059dbaf8778679
autoload.php
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/DatabaseMysqlBase.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php