Uh oh!
There was an error while loading. Please reload this page.
Fix occ db:convert-type, issue #26085 - #26855
Conversation
Signed-off-by: Henry Jordan <hank@henryjordan.com>
hankjordan
commented
May 1, 2021
Note to maintainers: DCO check is wrong. Commit messages are correct. |
julien-nc
left a comment
There was a problem hiding this comment.
Looks fine but I didn't try it.
Uh oh!
There was an error while loading. Please reload this page.
kesselb
commented
May 3, 2021
server/core/Command/Db/ConvertType.php Lines 337 to 348 in 68c8fa8 I think we should fix it there. addOrderBy should not accept a column object. |
Signed-off-by: Henry Jordan <hank@henryjordan.com> Co-authored-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: Henry Jordan <hank@henryjordan.com> Co-authored-by: Julien Veyssier <eneiluj@posteo.net>
kesselb
commented
May 11, 2021
To pass the DCO check. For more details: https://github.com/nextcloud/server/pull/26855/checks?check_run_id=2492874912 |
kesselb
commented
May 11, 2021
server/core/Command/Db/ConvertType.php Lines 337 to 348 in 68c8fa8 I'm not a fan of adding more logic to quote helper when the actual issue is another method using it wrong. Should also fix it. If we accept this patch we need to update |
FarisZR
commented
May 29, 2021
can confirm this fixed the issue |

When using occ db:convert-type, the command fails with the following message:
This pull request fixes the error and resolves issue #26085 using the original poster's proposed solution.
Signed-off-by: Henry Jordan hank@henryjordan.com