wiki.techinc.nl/includes/db
jeroendedauw 0a57c014ba Fixed cp error in method name
Change-Id: Idf5a397773418ee85ea17bcd3e3cbbf16d1a57b5
2012-07-06 13:10:47 +02:00
..
CloneDatabase.php Added missing GPLv2 headers in some places. 2012-04-28 20:41:55 +02:00
Database.php (bug 27283) SqlBagOStuff breaks PostgreSQL txns 2012-06-14 23:33:11 +02:00
DatabaseError.php (bug 37138) Fix broken Google sitesearch in DatabaseError 2012-06-05 19:47:17 +02:00
DatabaseIbm_db2.php Can't use return value of void functions 2012-06-16 14:42:30 +01: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 Fix INSERT options for PostgreSQL for INSERT+SELECT 2012-06-18 20:39:08 +02:00
DatabaseSqlite.php Added missing GPLv2 headers in includes/db. 2012-04-26 10:47:10 +02:00
DatabaseUtility.php Fix FakeResultWrapper::fetchRow, which (contrary to ResultWrapper::fetchRow) didn't always return an array 2012-07-03 10:35:19 -07: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 Improve names of factory methods in ORMTable. Now its clear that they create rows and not tables 2012-06-29 21:05:09 +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
ORMIterator.php Remove adittional type hinting stuff because PHP will die if its there >_> 2012-06-20 18:13:14 +02:00
ORMResult.php Improve names of factory methods in ORMTable. Now its clear that they create rows and not tables 2012-06-29 21:05:09 +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 Fixed cp error in method name 2012-07-06 13:10:47 +02:00