aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/DB/QueryBuilder
Commit message (Expand)AuthorAgeFilesLines
* tests(oci): Test where statement on longtext columnJulius Härtl2023-01-311-0/+18
* Revert "add case statement to sql function builder"Robin Appelman2022-08-161-17/+0
* add case statement to sql function builderRobin Appelman2022-06-021-0/+17
* Merge pull request #31609 from nextcloud/fix/migrate-away-from-iloggerCôme Chilliet2022-03-291-16/+16
|\
| * Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-16/+16
* | Avoid select with no FROM clause for Oracle in testsCôme Chilliet2022-03-241-0/+4
* | Add octetLength and charLength to function builder, and testsCôme Chilliet2022-03-241-0/+46
|/
* Fix column size to work with Oracle. Add unit testsVitor Mattos2022-01-211-2/+9
* Prevent query error when use subqueryVitor Mattos2022-01-211-1/+8
* Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-2/+1
|\
| * Check style updateCarl Schwan2022-01-131-2/+1
* | Unit testsVitor Mattos2022-01-071-6/+54
|/
* Add a test with integerJoas Schilling2022-01-041-4/+90
* Test with real dataJoas Schilling2022-01-031-7/+12
* Add unit testVitor Mattos2022-01-031-7/+33
* Add unit test and orderBy parameterVitor Mattos2022-01-031-0/+26
* Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst2021-10-221-7/+3
* Add a unit test to check for casting a IQueryFunctionJoas Schilling2021-07-071-0/+34
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-19/+19
* DB: warn on parameter number constraintsArthur Schiwon2021-01-111-6/+82
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-18/+22
* allow selecting multiple columns with SELECT DISTINCTRobin Appelman2020-11-161-0/+38
* Don't leave cursors open when tests failJoas Schilling2020-11-092-16/+64
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-2/+2
* Remove dropped " ON " when join has no conditionJoas Schilling2020-06-081-6/+6
* 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
* | Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* | Make phpunit8 compatibleRoeland Jago Douma2019-11-275-5/+5
|/
* add MAX and MIN to functionbuilderRobin Appelman2019-09-061-0/+78
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* Add count to function builderRobin Appelman2018-06-141-0/+10
* dont keep shared database locks when running cli scriptsRobin Appelman2018-04-111-0/+21
* 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-251-2/+2
|/
* Fix querybuilder and functionbuilder testsJoas Schilling2017-08-022-25/+33
* 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
|/
* Add testsLukas Reschke2016-11-021-0/+126
* Inject config and loggerJoas Schilling2016-11-021-4/+20
* Fix QueryBuilderTestsThomas Müller2016-10-111-10/+10
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+1775