| .. |
|
domain
|
rdbms: add another null db/schema sanity check to DatabaseDomain
|
2019-03-28 19:18:56 -07:00 |
|
position
|
rdbms: ignore inactive mysql GTIDs in replication position methods
|
2018-04-04 21:58:03 -07:00 |
|
resultwrapper
|
Avoid using calls to freeResults() and allow object go out of scope
|
2019-03-23 13:25:15 +01:00 |
|
utils
|
rdbms: move some files under rdbms/database to subfolders
|
2019-03-28 16:22:07 -07:00 |
|
Database.php
|
rdbms,linker: Simplify implode() with empty array
|
2019-04-21 15:38:23 +00:00 |
|
DatabaseMssql.php
|
rdbms: Remove weird use of serialize() in MssqlBlob and DatabaseMssql
|
2019-04-08 11:15:54 -04:00 |
|
DatabaseMysqlBase.php
|
rdbms: make $wgSQLMode work as documented when it is NULL
|
2019-04-01 14:52:48 -07:00 |
|
DatabaseMysqli.php
|
rdbms: use a direct "USE" query for doSelectDomain() for mysql
|
2019-03-26 18:50:28 +00:00 |
|
DatabasePostgres.php
|
Use https://www.php.net/ instead of https://secure.php.net/
|
2019-04-12 06:44:48 +02:00 |
|
DatabaseSqlite.php
|
rdbms: mark DatabaseSqlite::checkForEnabledSearch() as public
|
2019-04-10 21:39:17 -07:00 |
|
DBConnRef.php
|
rdbms: optimize DBConnRef::getType() to avoid connections when possible
|
2019-04-11 22:09:18 +00:00 |
|
IDatabase.php
|
Use https://www.php.net/ instead of https://secure.php.net/
|
2019-04-12 06:44:48 +02:00 |
|
IMaintainableDatabase.php
|
Fix PhanTypeMismatchDeclaredParam
|
2018-07-07 00:34:30 +00:00 |
|
MaintainableDBConnRef.php
|
rdbms: add and enforce DB_REPLICA/DB_MASTER roles in DBConnRef
|
2019-04-05 09:03:50 +00:00 |