Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix groupConcat and ordering on Oracle | Vitor Mattos | 2022-01-21 | 1 | -1/+1 |
* | Accept multipe args on concat | Vitor Mattos | 2022-01-06 | 1 | -2/+7 |
* | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -9/+9 |
* | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -7/+2 |
* | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -3/+14 |
* | Add group_concat aggregator function | Vitor Mattos | 2022-01-03 | 1 | -0/+4 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
* | Add types to function builder | Joas Schilling | 2020-11-16 | 1 | -24/+12 |
* | Update parameters | Joas Schilling | 2020-11-07 | 1 | -0/+13 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | add LEAST and GREATER to db function builder | Robin Appelman | 2019-11-26 | 1 | -0/+8 |
* | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 1 | -2/+3 |
* | add MAX and MIN to functionbuilder | Robin Appelman | 2019-09-06 | 1 | -0/+8 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -2/+3 |
* | Add count to function builder | Robin Appelman | 2018-06-14 | 1 | -0/+4 |
* | dont keep shared database locks when running cli scripts | Robin Appelman | 2018-04-11 | 1 | -0/+8 |
* | refactor user searching | Robin Appelman | 2017-12-20 | 1 | -0/+4 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Add sub() to the query function builder | Robin Appelman | 2017-04-12 | 1 | -0/+4 |
* | 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/+55 |