wiki.techinc.nl/includes/db
lupo 2071bf880e (bug 41146) DatabaseOracle no more rely on mbstring
DatabaseOracle class has been using mb_check_encoding which might not
always be available.  We now rely on the StringUtils::isUtf8() method
implemented by I4cf4dfe2.

Change-Id: I5a9ffa23e3e738e4886d61e85974b0af25058308
2012-12-12 11:28:28 +00:00
..
CloneDatabase.php Remove a bunch of trailing spaces and unneeded newlines 2012-10-10 20:14:40 +02:00
Database.php Add numerous missing @throws to method documentation 2012-12-09 03:09:48 +00:00
DatabaseError.php Use wfMessage instead of deprecated wfMsg* 2012-08-18 14:11:05 +02:00
DatabaseIbm_db2.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
DatabaseMssql.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
DatabaseMysql.php Revert "Commit of various live hacks" 2012-12-10 20:56:45 -05:00
DatabaseOracle.php (bug 41146) DatabaseOracle no more rely on mbstring 2012-12-12 11:28:28 +00:00
DatabasePostgres.php Update docs for return and exception info 2012-10-09 09:41:58 +00:00
DatabaseSqlite.php Fix handling of strings containing \0 in SQLite. 2012-11-02 14:23:55 +01: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 miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
IORMTable.php Merge "Remove static method from interface" 2012-12-09 09:39:12 +00: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 Update docs for return and exception info 2012-10-09 09:41:58 +00:00
LBFactory_Single.php
LoadBalancer.php Tidy up some unbalanced returns in methods 2012-12-09 02:59:04 +00:00
LoadMonitor.php
ORMIterator.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMResult.php miscellaneous doxygen warnings 2012-10-22 14:00:08 +02:00
ORMRow.php ORM: pass some __METHOD__ to database functions 2012-12-09 16:07:42 +00:00
ORMTable.php ORM: pass some __METHOD__ to database functions 2012-12-09 16:07:42 +00:00