aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/db/DatabaseTest.php
Commit message (Expand)AuthorAgeFilesLines
* rdbms: Refactor DatabaseTestTimo Tijhof2017-07-201-415/+0
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-10/+10
* Remove Database clone call from DatabaseTests.phpAaron Schulz2016-09-201-14/+16
* Remove long-since unused cruft methods from DatabaseBaseAaron Schulz2016-09-181-41/+0
* Make LoadBalancer domain handling more robustAaron Schulz2016-09-171-0/+22
* Remove wfGetCaller() dependency from DatabaseBaseAaron Schulz2016-09-151-14/+24
* Dependency inject $wgSharedTables into DatabaseBaseAaron Schulz2016-09-151-11/+16
* database: rename clearSnapshot() => flushSnapshot()Aaron Schulz2016-09-081-5/+5
* Improve beginMasterChanges and make methods for DeferredUpdatesAaron Schulz2016-08-311-0/+50
* Add LBFactory::beginMasterChanges() for doing DBO_TRX roundsAaron Schulz2016-08-231-0/+39
* getScopedLockAndFlush() should not commit when exceptions are thrownAaron Schulz2016-08-171-1/+35
* Fixes to LocalFile::lock()Aaron Schulz2016-07-041-1/+30
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Fix edge case in onTransactionIdle()Aaron Schulz2015-12-071-0/+26
* Pass phpcs-strict on some test files (6/11)Siebrand Mazeland2014-04-241-3/+6
* Fixed spacingumherirrender2013-11-191-1/+1
* Fix scope on all /phpunit test methodsaddshore2013-10-241-17/+17
* Add @covers for main Database test typesaddshore2013-10-181-2/+8
* Changed quoting function for oracleDB.freakolowsky2013-05-261-2/+12
* Test to make sure numRows() calls don't show unrelated errorsChad Horohoe2013-03-221-0/+6
* Update formattingSiebrand Mazeland2013-02-141-1/+1
* pass codesniffer on tests/Antoine Musso2013-01-281-2/+0
* tests: always call parent setUpAntoine Musso2012-10-231-0/+2
* Clean and repair many phpunit tests (+ fix implied configuration)Timo Tijhof2012-10-091-2/+2
* Reenable testStoredFunctions() in DatabaseTest.php.Tim Landscheidt2012-09-221-3/+0
* (bug 38406) Properly quote table names in DatabaseBase::tableName()Alexandre Emsenhuber2012-07-181-0/+92
* Revert r108603, which was itself a revert of r107376, r107994. Before conside...Max Semenik2012-01-111-2/+30
* Reverts MySQL stored procedure supportAntoine Musso2012-01-111-30/+2
* Follow-up r107376: disable test by default, causes failures in some configura...Max Semenik2012-01-041-0/+3
* Added support for stored procedures/functions to MySQL:Max Semenik2011-12-271-2/+27
* Revert r87992 and followups r87998, r89028 (Support abstraction for 'NOT IN' ...Chad Horohoe2011-09-131-28/+0
* * merge r89759 from REL1_17 into trunkJure Kajzer2011-06-091-1/+1
* * Fix db->makeList() spacing Antoine Musso2011-05-281-8/+8
* Support abstraction for 'NOT IN' SQL structureAntoine Musso2011-05-131-0/+28
* * verbose and color default output from phpunitChad Horohoe2010-12-281-1/+1
* Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They...Chad Horohoe2010-12-141-0/+95