Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-03Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling
2014-11-19Make root tests extend the \Test\TestCaseJoas Schilling
2014-09-18Fix ILIKE without wildcards for oracleRobin Appelman
2014-09-16add test case for ILIKE with wildcardRobin Appelman
2014-09-16adding ILIKE to AdapterSQLSrvThomas Müller
2014-09-16Introduce cross-db ILIKERobin Appelman
2014-09-09Merge pull request #7323 from owncloud/Jonny007-MKD-masterLukas Reschke
2014-07-16Make MySQL return "number of found rows" instead of number of "affected rows".Andreas Fischer
2014-07-01add unit testJörn Friedrich Dreyer
2014-02-12number as numberBart Visscher
2013-12-21Remove all uses of numRows().Andreas Fischer
2013-12-19Add unit tests for decimal type usageOliver Gasser
2013-12-17add missing quotes + field declarationsThomas Müller
2013-12-12Use old school query style that actually works.Andreas Fischer
2013-12-12DB tests: Test whether we can insert and read UTF8 data.Andreas Fischer
2013-11-26Timestamp test is no longer necessary as we rely on Doctrine and DateTime.Andreas Fischer
2013-09-13Compare objects directly. Also use $expected and $actual.Andreas Fischer
2013-09-13Add database tests for INSERT/SELECT date format.Andreas Fischer
2013-08-15Clean up \OC\Utilkondou
2013-08-02DB: remove invalid assertsRobin Appelman
2013-07-29check type, assertgreaterthanJörn Friedrich Dreyer
2013-07-29test lastinsertidJörn Friedrich Dreyer
2013-07-13Merge branch 'master' into doctrineBart Visscher
2013-07-05fix insertIfNotExist return value, update doc and corresponding testJörn Friedrich Dreyer
2013-06-25numRows doesn't work with OracleBart Visscher
2013-06-25Doctrine only returns falseBart Visscher
2013-06-24use assertEquals number of rows in db testsJörn Friedrich Dreyer
2013-06-11Merge pull request #3652 from owncloud/fix_fetchrow_usage_for_mdb2Jörn Friedrich Dreyer
2013-06-11Merge pull request #3646 from owncloud/introduce_phpunit_timeoutsThomas Müller
2013-06-10fix fetchRow checks to also work with MDB2Jörn Friedrich Dreyer
2013-06-10Merge pull request #3653 from owncloud/shorten_identifiers_in_testsThomas Müller
2013-06-10shorten table identifiers in testsJörn Friedrich Dreyer
2013-06-10raise failed tests from first commit to size @mediumJörn Friedrich Dreyer
2013-06-10add missing backticks all over the placeJörn Friedrich Dreyer
2013-01-24drop SimpleTest compatibilityThomas Mueller
2012-11-04Swap expected and actual.Thomas Tanghus
2012-11-04VCategories: Swap expected and actual in unit tests.Thomas Tanghus
2012-10-31Added unit test testinsertIfNotExistDontOverwrite.Thomas Tanghus
2012-10-19Added unit tests for OC_DB::insertIfNotExist()Thomas Tanghus
2012-10-12Fix the db tests when running all testsBart Visscher
2012-10-12Add unit tests for OC_DBBart Visscher