wiki.techinc.nl/includes/db
Aaron Schulz 2cfcb390c6 DatabaseBase constructor cleanups
* The array based format is now required
* Pass any additional parameters through factory() to __construct() even
  if the base clase does not recognize them. This makes DB specific
  options simpler.
* Also added missing bits to Sqlite constructors

Bug: T90288
Change-Id: I29b79a3c1bb2b5e51c1c8f5e04cd08c71e0662a3
2015-02-23 13:02:28 -08: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 DatabaseBase constructor cleanups 2015-02-23 13:02:28 -08:00
DatabaseError.php Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
DatabaseMssql.php Merge "DatabaseMssql: Don't duplicate body of makeList()" 2015-02-19 10:10:50 +00:00
DatabaseMysql.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseMysqlBase.php [schema] Make column user_newtalk.user_id an unsigned int 2015-02-17 17:27:54 +00:00
DatabaseMysqli.php DatabaseMysqlBase: Use VERSION() rather than server_info 2014-09-20 06:16:09 -04:00
DatabaseOracle.php DatabaseBase constructor cleanups 2015-02-23 13:02:28 -08:00
DatabasePostgres.php Database: Cast to int in estimateRowCount(), selectRowCount() 2015-02-06 05:03:45 -05:00
DatabaseSqlite.php DatabaseBase constructor cleanups 2015-02-23 13:02:28 -08: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 database: Move LoadBalancer::getConnection debugmsg to getReaderIndex 2015-02-19 21:24:26 +00:00
LoadMonitor.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01: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