Closed neumantm closed 2 years ago
Thanks for reporting, can you confirm that this PR solved it for you: https://github.com/nextcloud-gmbh/mtime_fixer_tool_kit/pull/15
Ah sorry, didn't see your comment/PR in time. As your PR is exactly the same as mine: Yes that fixes it.
I merged yours as you put more information in the PR, thanks again :)
For me
solvable_files.sh
fails withI'm using pgsql and have groupfolders.
The error seems to occur in the groupfolder branch.
There (line 73) the quoting of the SQL statetment seems wrong to me. It is definitively different than the version for normal users.
After changing the quoting to be similar to the case for normal users, I don't get any errors anymore.