| .. |
|
CloneDatabase.php
|
Added missing GPLv2 headers in some places.
|
2012-04-28 20:41:55 +02:00 |
|
Database.php
|
Trigger warning for bad use of transactions.
|
2012-09-19 21:00:05 -07:00 |
|
DatabaseError.php
|
Use wfMessage instead of deprecated wfMsg*
|
2012-08-18 14:11:05 +02:00 |
|
DatabaseIbm_db2.php
|
Added post-commit callback support to DB classes.
|
2012-08-29 13:01:38 -07:00 |
|
DatabaseMssql.php
|
Added post-commit callback support to DB classes.
|
2012-08-29 13:01:38 -07:00 |
|
DatabaseMysql.php
|
(bug 39287) Fixed error checking in DatabaseMysql::fetchObject.
|
2012-09-04 11:41:58 -07:00 |
|
DatabaseOracle.php
|
Added post-commit callback support to DB classes.
|
2012-08-29 13:01:38 -07:00 |
|
DatabasePostgres.php
|
(bug 39635) PostgreSQL has no LOCK IN SHARE MODE
|
2012-08-27 18:58:54 +02:00 |
|
DatabaseSqlite.php
|
Added post-commit callback support to DB classes.
|
2012-08-29 13:01:38 -07: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
|
some doc for the ORM system
|
2012-07-26 10:31:38 +02:00 |
|
IORMTable.php
|
some doc for the ORM system
|
2012-07-26 10:31:38 +02:00 |
|
LBFactory.php
|
(bug 32774) Added config options and flags for SSL and compression in DB.
|
2012-08-16 10:48:07 -04: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
|
Don't send COMMIT if not in a transaction.
|
2012-09-21 15:27:10 -07: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
|
some doc for the ORM system
|
2012-07-26 10:31:38 +02:00 |
|
ORMRow.php
|
some doc for the ORM system
|
2012-07-26 10:31:38 +02:00 |
|
ORMTable.php
|
Allow aliased field names with separated syntax
|
2012-08-15 15:16:09 +02:00 |