Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -17/+0 |
| | | | | | | This reverts commit 2a68819a67045d87a369a8a6413f153b3b2bea5f. Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+17 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Avoid select with no FROM clause for Oracle in tests | Côme Chilliet | 2022-03-24 | 1 | -0/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -0/+46 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Unit tests | Vitor Mattos | 2022-01-07 | 1 | -6/+54 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -4/+90 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Test with real data | Joas Schilling | 2022-01-03 | 1 | -7/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -7/+33 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -0/+26 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -14/+14 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -14/+56 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #17833 from nextcloud/propagator-no-negative-sizes | Roeland Jago Douma | 2019-12-04 | 1 | -0/+20 |
|\ | | | | | dont set folder size to negative values during propagation | ||||
| * | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+20 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+78 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+21 |
| | | | | | | For cli scripts we don't have the assumption that the universe will be cleaned up soon Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -0/+10 |
| | | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix querybuilder and functionbuilder tests | Joas Schilling | 2017-08-02 | 1 | -0/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -4/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+74 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |