| .. |
|
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
|
database: Don't treat $defaultSchemas as containing all types/drivers
|
2015-06-15 18:16:32 +01:00 |
|
DatabaseError.php
|
Updated some try-catch statements: MWException -> Exception
|
2015-01-09 17:20:22 -08:00 |
|
DatabaseMssql.php
|
Fix braces code style
|
2015-06-17 16:28:51 +03:00 |
|
DatabaseMysql.php
|
DatabaseMysqlBase: Use VERSION() rather than server_info
|
2014-09-20 06:16:09 -04:00 |
|
DatabaseMysqlBase.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
DatabaseMysqli.php
|
Cast various things that are supposed to be ints
|
2015-05-06 11:40:41 -04:00 |
|
DatabaseOracle.php
|
Use mediawiki/at-ease library for suppressing warnings
|
2015-06-11 18:49:29 +00:00 |
|
DatabasePostgres.php
|
Fix braces code style
|
2015-06-17 16:28:51 +03:00 |
|
DatabaseSqlite.php
|
Made DatabaseSqlite::__construct always caller super
|
2015-04-28 08:37:21 -07:00 |
|
DatabaseUtility.php
|
Remove unused class DBObject
|
2015-03-23 20:09:47 -04:00 |
|
DBConnRef.php
|
Moved DBConnRef to a separate file
|
2015-04-24 18:02:50 +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
|
Commit all connections after each job
|
2015-06-01 17:43:43 -04: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
|
Remove unneeded empty lines at begin of if/else/foreach body
|
2015-06-19 20:05:45 +02:00 |
|
LoadMonitor.php
|
hierarchicalize(!) stat names
|
2015-06-03 16:27:13 -07: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 |