aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db
Commit message (Expand)AuthorAgeFilesLines
...
* rdbms: inject the mysql index name aliases into DatabaseAaron Schulz2018-03-121-0/+27
* Introduce IDatabase::buildSubstringaddshore2018-03-071-0/+9
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-1/+4
* rdbms: remove "m" prefix from Database fieldsAaron Schulz2018-02-151-70/+70
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-12/+12
* Merge "rdbms: set the schema in the LBFactory local domain"jenkins-bot2018-02-021-1/+1
|\
| * rdbms: set the schema in the LBFactory local domainAaron Schulz2018-01-311-1/+1
* | rdbms: make affectedRows() work more consistentlyAaron Schulz2018-01-301-1/+1
* | Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
|/
* Introduce DB schema overrides for unit tests.daniel2018-01-051-2/+2
* Remove some dumb headers with my name in itChad Horohoe2017-11-301-3/+0
* Use the main stash for LBFactory "memStash" parameterAaron Schulz2017-11-101-5/+7
* Deprecate IDatabase::nextSequenceValue()Brad Jorsch2017-08-311-22/+3
* rdbms: Rename "memCache" to "memStash" in LBFactoryAaron Schulz2017-08-171-1/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* Merge "Remove exception and drop cloned tables in PostgresSQL too"jenkins-bot2017-06-281-1/+3
|\
| * Remove exception and drop cloned tables in PostgresSQL tooyoonghm2017-06-131-1/+3
* | DB: Add join conditions to selectField, selectFieldValues, and insertSelectBrad Jorsch2017-06-141-18/+11
|/
* A service for read-only modeTim Starling2017-04-191-3/+5
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+2
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+2
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-282-0/+3
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+1
* Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones"jenkins-bot2017-02-281-1/+1
|\
| * includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* | installer: Fix "relation 'user' does not exist" error for PostgresTimo Tijhof2017-02-231-0/+3
|/
* Move ORAResult to /dbAaron Schulz2017-02-172-107/+108
* Move Field classes to Rdbms namespaceAaron Schulz2017-02-161-0/+53
* Move Blob class to Rdbms namespacesAaron Schulz2017-02-131-0/+1
* Fix assortment of IDEA warningsAaron Schulz2017-02-111-13/+7
* Move mssql class to /libsAaron Schulz2017-02-102-1384/+9
* Move DatabaseDomain to Rdbms namespaceAaron Schulz2017-02-071-0/+1
* Move LBFactory to Rdbms namespaceAaron Schulz2017-02-031-0/+11
* Replace use of &$thisBrad Jorsch2017-01-311-2/+2
* Fixing grammar, capitalization and spelling in commentsZppix2017-01-191-6/+6
* Merge "Cleanup some incorrect return annotations"jenkins-bot2016-12-162-2/+2
|\
| * Cleanup some incorrect return annotationsErik Bernhardson2016-12-122-2/+2
* | Add LoadBalancer::getMaintenanceConnectionRef() methodAaron Schulz2016-12-101-4/+5
|/
* Avoid use of DatabaseBase in /includesAaron Schulz2016-12-022-2/+2
* Only apply wgDBschema to postgres/mssqlAaron Schulz2016-11-211-4/+15
* Revert "objectcache: detect default getWithSetCallback() set options"Hashar2016-11-161-19/+0
* objectcache: detect default getWithSetCallback() set optionsAaron Schulz2016-11-161-0/+19
* Depedency inject remappedTableName() map via MWLBFactoryAaron Schulz2016-11-091-1/+7
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Clean up some ObjectCache factory callersAaron Schulz2016-10-031-2/+3
* database: Rename LBFactoryMW to MWLBFactoryTimo Tijhof2016-09-301-2/+2
* Merge "Replace DatabaseBase:: with Database:: and update type hints"jenkins-bot2016-09-271-4/+4
|\
| * Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-4/+4
* | Remove a few unused variablesMax Semenik2016-09-261-1/+1
|/