| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare strict types in all new Event classes | Côme Chilliet | 2022-08-25 | 1 | -0/+3 |
* | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 2 | -2/+2 |
* | Migrate Migrator::executeSql to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 2 | -7/+57 |
* | Switch to string keys for argument of GenericEvent for OC\DB\Migrator | Côme Chilliet | 2022-08-25 | 1 | -21/+10 |
* | Revert "add case statement to sql function builder" | Robin Appelman | 2022-08-16 | 1 | -11/+0 |
* | Revert "make expression build return IQueryFunction instead of string" | Robin Appelman | 2022-08-16 | 6 | -92/+85 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2022-06-21 | 1 | -1/+0 |
* | Fix PHP 8.2 warnings about undeclared properties | Côme Chilliet | 2022-06-21 | 1 | -21/+13 |
* | add case statement to sql function builder | Robin Appelman | 2022-06-02 | 1 | -0/+11 |
* | make expression build return IQueryFunction instead of string | Robin Appelman | 2022-06-02 | 6 | -85/+92 |
* | 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 |
* | Log missing primary key until we make it a requirement | Joas Schilling | 2022-04-08 | 1 | -1/+4 |
* | Add missing doc changes | Joas Schilling | 2022-04-07 | 1 | -0/+4 |
* | Fix typos and empty tabs | Joas Schilling | 2022-04-07 | 1 | -4/+4 |
* | Improve error logging on migration failure | John Molakvoæ | 2022-04-07 | 1 | -4/+2 |
* | Ensure schema change before checking OracleConstraints | John Molakvoæ | 2022-04-07 | 1 | -12/+23 |
* | record backtrace when profiling db requests | Robin Appelman | 2022-04-04 | 3 | -5/+37 |
* | Merge pull request #30823 from nextcloud/work/profiler | Carl Schwan | 2022-04-04 | 3 | -0/+240 |
|\ |
|
| * | Add a built-in profiler inside Nextcloud | Carl Schwan | 2022-04-04 | 3 | -0/+240 |
* | | Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to... | Côme Chilliet | 2022-03-31 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Ensure string column limit of 4.000 characters | Joas Schilling | 2022-03-25 | 1 | -0/+4 |
* | | Merge pull request #31609 from nextcloud/fix/migrate-away-from-ilogger | Côme Chilliet | 2022-03-29 | 3 | -52/+46 |
|\ \ |
|
| * | | Fix log level for exception in QueryBuilder | Côme Chilliet | 2022-03-24 | 1 | -1/+1 |
| * | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 2 | -36/+36 |
| * | | Migrate from ILogger to LoggerInterface in lib/private | Côme Chilliet | 2022-03-24 | 1 | -16/+10 |
| |/ |
|
* | | Fix LENGTH function name across databases | Côme Chilliet | 2022-03-28 | 3 | -1/+13 |
* | | Use OCTET_LENGTH which is more common than LENGTHB | Côme Chilliet | 2022-03-24 | 2 | -1/+7 |
* | | Add octetLength and charLength to function builder, and tests | Côme Chilliet | 2022-03-24 | 2 | -0/+18 |
|/ |
|
* | Merge pull request #31235 from nextcloud/techdebt/noid/extract-request-id | Joas Schilling | 2022-03-22 | 1 | -2/+8 |
|\ |
|
| * | Allow to prefix the Query log with the request id | Joas Schilling | 2022-02-23 | 1 | -2/+8 |
* | | Disable for now again until more apps are fixed | Joas Schilling | 2022-03-21 | 1 | -2/+2 |
* | | Limit missing primary key fail to new tables | Joas Schilling | 2022-03-21 | 1 | -1/+1 |
* | | Enforce primary keys as they are required to be performant in MySQL clusters | Joas Schilling | 2022-03-10 | 1 | -0/+2 |
* | | Add event logging for db and redis connection | Julius Härtl | 2022-02-28 | 1 | -1/+11 |
* | | Add --dry-run option for db:add-missing-* cmd | Louis Chemineau | 2022-02-24 | 1 | -2/+10 |
|/ |
|
* | Allow specify a config prefix for another database connection | Joas Schilling | 2022-02-03 | 1 | -6/+7 |
* | 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 | 4 | -5/+5 |
| * | Fix groupConcat and ordering on Oracle | Vitor Mattos | 2022-01-21 | 4 | -5/+5 |
| * | 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 | 4 | -0/+22 |
|\ \
| |/
|/| |
|
| * | Fix psalm complaint | Joas Schilling | 2022-01-04 | 1 | -0/+1 |
| * | Explicitly cast char in the query builder | Julius Härtl | 2022-01-04 | 3 | -0/+21 |
* | | Merge pull request #30129 from nextcloud/mdb10.6-pipeline | John Molakvoæ | 2022-01-19 | 1 | -1/+0 |
|\ \ |
|
| * | | Attempt to fix CI | acsfer | 2021-12-07 | 1 | -1/+0 |
* | | | Merge pull request #30508 from nextcloud/fix/psaml-bin | Carl Schwan | 2022-01-13 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Check style update | Carl Schwan | 2022-01-13 | 2 | -2/+2 |
* | | | | Unit tests | Vitor Mattos | 2022-01-07 | 1 | -1/+1 |