aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB
Commit message (Expand)AuthorAgeFilesLines
...
* Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling2020-11-101-0/+20
* Easier debugging and spell fixJoas Schilling2020-11-101-6/+9
* Use a different column for the primary key as we can not insert it on oracleJoas Schilling2020-11-102-12/+36
* Add github action for oci8Julius Härtl2020-11-101-1/+1
* Don't leave cursors open when tests failJoas Schilling2020-11-094-20/+92
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-123-5/+5
* Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke2020-07-231-2/+2
* Replace TYPE with TYPESDaniel Kesselberg2020-06-301-3/+3
* Update share type constant usageJoas Schilling2020-06-241-1/+1
* Remove dropped " ON " when join has no conditionJoas Schilling2020-06-081-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-109-16/+6
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-093-10/+10
* Use the short array syntax, everywhereChristoph Wurst2020-03-264-66/+66
* Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-261-2/+2
|\
| * Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-2/+2
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
|/
* Pick a shorter name for the transfer ownership tableJoas Schilling2019-12-101-11/+11
* Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma2019-12-041-0/+20
|\
| * add LEAST and GREATER to db function builderRobin Appelman2019-11-261-0/+20
* | TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma2019-11-271-3/+3
* | Mode to modern phpunitRoeland Jago Douma2019-11-274-46/+46
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-2714-24/+24
|/
* Some php-cs fixesRoeland Jago Douma2019-11-222-4/+3
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+78
* Update the tests to the comparison logicJoas Schilling2018-12-171-15/+95
* Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-121-1/+1
|\
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* | Exception is not thrown anymoreMorris Jobke2018-11-121-2/+1
|/
* Add test that unique constraint is workingDaniel Kesselberg2018-11-061-0/+13
* Fix testsRoeland Jago Douma2018-08-081-2/+3
* Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
* Fix calculation of default nameJoas Schilling2018-07-271-3/+60
* Add unit testsJoas Schilling2018-07-271-1/+293
* Add count to function builderRobin Appelman2018-06-141-0/+10
* Add tests for special domain nameMorris Jobke2018-04-191-0/+2
* Add tests for domainsMorris Jobke2018-04-191-0/+2
* Move regex to a function and add testsJoas Schilling2018-04-191-0/+52
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+21
* Use insertIfNotExist of the new interfaceMorris Jobke2018-03-124-135/+140
* Merge pull request #7419 from Abijeet/feature-7175Morris Jobke2018-03-062-1/+13
|\
| * reuse query builderRobin Appelman2018-01-121-1/+3
| * refactor user searchingRobin Appelman2017-12-201-0/+10
* | Fix risky tests without assertionsJoas Schilling2018-01-257-13/+15
* | Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-171-2/+0
|/
* add postgresql10 compatibility to dbalRobin Appelman2017-11-221-17/+18
* Add foreign key support to OCPiotr Mrowczynski2017-10-301-2/+37
* Fix bigint handling on postgresJoas Schilling2017-09-291-0/+74
* Fix querybuilder and functionbuilder testsJoas Schilling2017-08-022-25/+33