wiki.techinc.nl/includes/db
Florianschmidtwelzow d86e7d33c5 Use a more generic DB Error wording
Not everytime there is a problem to _contact_ the database server (e.g. a false server),
sometimes (e.g. a false password or username) it's a problem of the user credentials
or that the database does not exist. So use a more generic wording, just saying,
that the database could not be accessed.

Bug: T76317
Change-Id: I502d5894acb855ac51c6f45ea91e5446b4b3aeb3
2014-12-27 22:46:12 +00:00
..
ChronologyProtector.php Update documentation for database related classes 2014-01-06 19:45:40 +01:00
CloneDatabase.php Double check its safe before dropping new table during db cloning 2014-06-25 10:56:53 +00:00
Database.php Cleanup DatabaseBase::query implicit transaction code 2014-12-25 22:43:57 +00:00
DatabaseError.php Use a more generic DB Error wording 2014-12-27 22:46:12 +00:00
DatabaseMssql.php Add lots of @throws 2014-12-24 13:49:20 +00:00
DatabaseMysql.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseMysqlBase.php Avoid blocking on ChronologyProtecter check in LoadBalancer::getConnection() 2014-12-12 02:25:04 +00:00
DatabaseMysqli.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseOracle.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08:00
DatabasePostgres.php Merge "Add some @see to doc blocks" 2014-08-25 09:51:15 +00:00
DatabaseSqlite.php Doc: Document problem sorting inserted data 2014-11-13 19:28:17 -05:00
DatabaseUtility.php Avoid blocking on ChronologyProtecter check in LoadBalancer::getConnection() 2014-12-12 02:25:04 +00:00
IORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
IORMTable.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
LBFactory.php Cleaned up LoadBalancer::getConnection 2014-12-10 00:27:48 -08:00
LBFactoryMulti.php Add missing visibility keywords to all LoadBalancer methods 2014-11-20 21:02:14 +01:00
LBFactorySingle.php Add missing visibility keywords to all LoadBalancer methods 2014-11-20 21:02:14 +01:00
LoadBalancer.php Merge "Cleaned up LoadBalancer::getConnection" 2014-12-12 02:47:39 +00:00
LoadMonitor.php Slave lag check tweaks to JobRunner 2014-09-24 00:59:55 +00:00
ORMIterator.php Update formatting on database-related classes 2013-11-21 16:39:38 +00:00
ORMResult.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMRow.php Fixed some @params documentation (includes/[db|installer]) 2014-04-19 13:55:27 +02:00
ORMTable.php Add lots of @throws 2014-12-24 13:49:20 +00:00