Use IDatabase interface instead of Database in DBAccessBase
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 9 Jan 2018 12:55:37 +0000 (13:55 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Tue, 9 Jan 2018 12:58:48 +0000 (13:58 +0100)
commiteb6c589e54e8c69cb9b1a22705457b50b8b21a83
tree0e2119c2864f31d91cfeb3979d023d518df7bd2f
parent2cbd34dc55d5892e4ae6cd3b26ba214658857975
Use IDatabase interface instead of Database in DBAccessBase

There is one subclass I'm aware of that overwrites the releaseConnection
method. It's in the EducationProgram extension and already updated, see
Ibb067ca.

Change-Id: I68504f9cd32aa0d0c6c068dbaa1f2ee65649afa4
includes/dao/DBAccessBase.php