Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(db): Fix md5 for oracle >= 20 | Joas Schilling | 2024-07-19 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -11/+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/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix LENGTH function name across databases | Côme Chilliet | 2022-03-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use OCTET_LENGTH which is more common than LENGTHB | Côme Chilliet | 2022-03-24 | 1 | -1/+1 |
| | | | | 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/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Accept multipe args on concat | Vitor Mattos | 2022-01-06 | 1 | -2/+7 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -7/+2 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -3/+14 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Add group_concat aggregator function | Vitor Mattos | 2022-01-03 | 1 | -0/+4 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add types to function builder | Joas Schilling | 2020-11-16 | 1 | -24/+12 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update parameters | Joas Schilling | 2020-11-07 | 1 | -0/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+8 |
| | | | | | | 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/+4 |
| | | | | | | add additional user searching tests Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add sub() to the query function builder | Robin Appelman | 2017-04-12 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix licence headers | Robin Appelman | 2017-03-30 | 1 | -8/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+55 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |