wiki.techinc.nl/includes/db
2012-06-07 06:16:19 +00:00
..
CloneDatabase.php Added missing GPLv2 headers in some places. 2012-04-28 20:41:55 +02:00
Database.php [SiteStatsUpdate] Reduced contention by using a new lockIsFree() DB function. 2012-05-10 15:48:58 -07:00
DatabaseError.php (bug 37138) Fix broken Google sitesearch in DatabaseError 2012-06-05 19:47:17 +02:00
DatabaseIbm_db2.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabaseMssql.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabaseMysql.php Fix error message for MySQL connection failures 2012-05-28 22:06:43 +02:00
DatabaseOracle.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabasePostgres.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabaseSqlite.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabaseUtility.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
IORMRow.php Adding interfaces for ORM row and table classes so these can be used for type hinting in a way that does not prevent doing stuff such as the decorator pattern. Also made some minor fixes in the docs 2012-05-25 22:09:32 +02:00
IORMTable.php Adding interfaces for ORM row and table classes so these can be used for type hinting in a way that does not prevent doing stuff such as the decorator pattern. Also made some minor fixes in the docs 2012-05-25 22:09:32 +02:00
LBFactory.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
LBFactory_Multi.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
LBFactory_Single.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
LoadBalancer.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
LoadMonitor.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
ORMResult.php Adding interfaces for ORM row and table classes so these can be used for type hinting in a way that does not prevent doing stuff such as the decorator pattern. Also made some minor fixes in the docs 2012-05-25 22:09:32 +02:00
ORMRow.php Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself 2012-05-28 17:35:05 +02:00
ORMTable.php Added base class for testing ORMRow deriving classes and added a mock implementation in order to test the abstract parent class itself 2012-05-28 17:35:05 +02:00