Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in lib/public subdirectory | Simon L | 2023-05-10 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Revert "make expression build return IQueryFunction instead of string" | Robin Appelman | 2022-08-16 | 1 | -4/+4 |
* | make expression build return IQueryFunction instead of string | Robin Appelman | 2022-06-02 | 1 | -4/+4 |
* | Adjust docs to the same as the implementation | Joas Schilling | 2022-05-23 | 1 | -1/+1 |
* | Fix psalm issues related to the user backend | Carl Schwan | 2022-05-20 | 1 | -1/+1 |
* | tell mysql to ignore the sort index for search queries | Robin Appelman | 2022-04-22 | 1 | -1/+1 |
* | Add a metadata service to store file metadata | Carl Schwan | 2022-04-13 | 1 | -0/+5 |
* | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -0/+5 |
* | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -2/+2 |
* | Allow NULL as well for limit, not integer only | Joas Schilling | 2021-11-15 | 1 | -2/+2 |
* | Bump doctrine/dbal from 3.0.0 to 3.1.3 | Christoph Wurst | 2021-10-22 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | executeUpdate is also deprecated | Lukas Reschke | 2021-05-25 | 1 | -1/+1 |
* | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement | Christoph Wurst | 2021-05-05 | 1 | -4/+4 |
* | Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcasts | Roeland Jago Douma | 2021-03-05 | 1 | -1/+1 |
|\ | |||||
| * | Remove Redundantcasts | Roeland Jago Douma | 2021-03-04 | 1 | -1/+1 |
* | | Add executeQuery and executeUpdate | Roeland Jago Douma | 2021-03-04 | 1 | -0/+23 |
|/ | |||||
* | allow non string join conditions in query builder | Robin Appelman | 2021-03-03 | 1 | -4/+4 |
* | Add expression taint source and sanitizer | Lukas Reschke | 2021-02-17 | 1 | -0/+77 |
* | Add our own DB exception abstraction | Christoph Wurst | 2021-01-12 | 1 | -0/+2 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -1/+6 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ | |||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | Psalm fixes | Roeland Jago Douma | 2020-10-30 | 1 | -1/+1 |
* | | Add explicit typecast for $value. | Daniel Kesselberg | 2020-10-03 | 1 | -1/+1 |
* | | Update signature for set | Daniel Kesselberg | 2020-10-02 | 1 | -1/+1 |
|/ | |||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Update documentation for QueryBuilder::set | Daniel Kesselberg | 2020-08-14 | 1 | -1/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -8/+8 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 1 | -31/+31 |
* | Made orHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made addHaving varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Make having varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made addGroupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made groupBy varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made orWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -3/+3 |
* | Made andWhere varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
* | Made where varadic | Roeland Jago Douma | 2018-03-13 | 1 | -1/+1 |
* | Made AddSelect varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Made select varadic | Roeland Jago Douma | 2018-03-13 | 1 | -2/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Function also accepts ints | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | rename fun to func | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
* | Add function builder to the query builder | Robin Appelman | 2017-03-30 | 1 | -0/+19 |