| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -0/+11 |
* | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 1 | -0/+18 |
* | Do chuncked job deletion | Carl Schwan | 2022-03-17 | 1 | -0/+5 |
* | Add a few more non-extendable interface | Carl Schwan | 2022-03-05 | 3 | -1/+27 |
* | Merge pull request #30379 from nextcloud/feature/add-comments-reactions | Joas Schilling | 2022-01-21 | 1 | -2/+2 |
|\ |
|
| * | Remove order from groupConcat as it is not working everywhere | Joas Schilling | 2022-01-21 | 1 | -2/+1 |
| * | Fix groupConcat and ordering on Oracle | Vitor Mattos | 2022-01-21 | 1 | -1/+2 |
| * | Prevent query error when use subquery | Vitor Mattos | 2022-01-21 | 1 | -2/+2 |
* | | Merge pull request #30471 from nextcloud/enh/cast-char-mysql | Joas Schilling | 2022-01-20 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Explicitly cast char in the query builder | Julius Härtl | 2022-01-04 | 1 | -0/+1 |
* | | Accept multipe args on concat | Vitor Mattos | 2022-01-06 | 1 | -3/+3 |
* | | Use quote function | Joas Schilling | 2022-01-04 | 1 | -1/+1 |
* | | Add a test with integer | Joas Schilling | 2022-01-04 | 1 | -1/+1 |
* | | Add unit test | Vitor Mattos | 2022-01-03 | 1 | -2/+1 |
* | | Add unit test and orderBy parameter | Vitor Mattos | 2022-01-03 | 1 | -1/+2 |
* | | Add group_concat aggregator function | Vitor Mattos | 2022-01-03 | 1 | -0/+16 |
|/ |
|
* | Fix default value for $type in OC\DB\QueryBuilder\ExpressionBuilder\Expressio... | Côme Chilliet | 2021-11-23 | 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 |
* | disable path prefix index on postgresql for now | Robin Appelman | 2021-10-08 | 1 | -1/+14 |
* | Allow casting query functions as well | Joas Schilling | 2021-07-07 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 12 | -32/+24 |
* | 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 |
* | remove undefined parameter, add description | Arthur Schiwon | 2021-04-22 | 1 | -1/+1 |
* | 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 |
* | | Type CompositeExpression and ICompositeExpression | Roeland Jago Douma | 2021-03-04 | 1 | -4/+4 |
* | | Add executeQuery and executeUpdate | Roeland Jago Douma | 2021-03-04 | 1 | -0/+23 |
|/ |
|
* | Merge pull request #25656 from nextcloud/enh/type/expressionbuilder | Joas Schilling | 2021-03-03 | 1 | -28/+28 |
|\ |
|
| * | Type the experssionbuilders | Roeland Jago Douma | 2021-03-03 | 1 | -28/+28 |
* | | 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 | 2 | -0/+152 |
* | Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac... | Christoph Wurst | 2021-01-14 | 2 | -0/+151 |
|\ |
|
| * | Add our own DB exception abstraction | Christoph Wurst | 2021-01-12 | 2 | -0/+151 |
* | | Add our own constants for db column types | Christoph Wurst | 2021-01-12 | 1 | -0/+113 |
|/ |
|
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 3 | -1/+216 |
* | 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 |
* | | 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 | -27/+27 |
* | | Update parameters | Joas Schilling | 2020-11-07 | 1 | -6/+4 |
* | | Psalm fixes | Roeland Jago Douma | 2020-10-30 | 1 | -1/+1 |
* | | Merge pull request #23144 from nextcloud/enh/noid/update-param-for-psalm | Morris Jobke | 2020-10-06 | 2 | -8/+8 |
|\ \ |
|
| * | | 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 signature for in/notIn | Daniel Kesselberg | 2020-10-02 | 1 | -2/+2 |
| * | | Update signature for like/notLike/in/notIn | Daniel Kesselberg | 2020-10-02 | 1 | -4/+4 |
| |/ |
|