summaryrefslogtreecommitdiffstats
path: root/tests/lib/DB
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix autoloader and namespace testMorris Jobke2017-07-051-1/+1
* Fix tests of CodeChecker and MigrationServiceJoas Schilling2017-07-051-21/+69
* Start migrationsJoas Schilling2017-07-051-0/+162
* Merge pull request #4146 from nextcloud/unread-comments-folderMorris Jobke2017-04-102-2/+2
|\
| * fix quote helper testRobin Appelman2017-03-302-2/+2
* | rename fun to funcRobin Appelman2017-03-301-4/+4
* | Add tests for query builder (i)likeRobin Appelman2017-03-301-0/+106
* | Add function builder to the query builderRobin Appelman2017-03-301-0/+74
* | add support for escaping like parameters when using the query builderRobin Appelman2017-03-301-8/+12
|/
* Adding tests for 4 byte unicode charactersMorris Jobke2017-03-212-2/+4
* Namespace and array syntax fixesMorris Jobke2017-03-191-5/+17