Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -1/+1 |
* | fix(db): Fix md5 for oracle >= 20 | Joas Schilling | 2024-07-19 | 1 | -0/+3 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -20/+2 |
* | Fix LENGTH function name across databases | Côme Chilliet | 2022-03-28 | 1 | -0/+6 |
* | Use OCTET_LENGTH which is more common than LENGTHB | Côme Chilliet | 2022-03-24 | 1 | -0/+6 |
* | Accept multipe args on concat | Vitor Mattos | 2022-01-06 | 1 | -0/+9 |
* | Use quote function | Joas Schilling | 2022-01-04 | 1 | -6/+2 |
* | Try escaping Oracle single quotes | Joas Schilling | 2022-01-04 | 1 | -1/+1 |
* | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -0/+6 |
* | Fix oracle LISTAGG | Joas Schilling | 2022-01-03 | 1 | -1/+1 |
* | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -5/+2 |
* | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -3/+7 |
* | Add group_concat aggregator function | Vitor Mattos | 2022-01-03 | 1 | -0/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
* | Add types to function builder | Joas Schilling | 2020-11-16 | 1 | -3/+3 |
* | Update parameters | Joas Schilling | 2020-11-07 | 1 | -2/+2 |
* | Make sure Oracle always casts everything in the best way | Joas Schilling | 2020-11-06 | 1 | -0/+43 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | fix licence headers | Robin Appelman | 2017-03-30 | 1 | -8/+9 |
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+29 |