Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cleanup of orphaned properties #35407

Closed
wants to merge 1 commit into from

Commits on Aug 5, 2019

  1. Fix cleanup of orphaned properties

    It was not working correctly when some property already had NULL fileid.
    In such cases, `fileid` was cast to 0 and then used in a `... WHERE fileid in (0)`
    query which was not matching NULLs as expected.
    Example of such property is `{http://owncloud.org/ns}calendar-enabled`.
    skazi0 committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e684cc0 View commit details
    Browse the repository at this point in the history