Skip to content

Conversation

@rullzer
Copy link
Member

@rullzer rullzer commented Oct 21, 2020

The comparisson of NULL is a bit special.
So we need to handle this a tad beter else it might not replace NULL
values. or allow you to set NULL values on updates.

To test:

  1. php occ config:app:set dav calendarSubscriptionRefreshRate

Sets it properly to NULL

  1. php occ config:app:set --value='foo' dav calendarSubscriptionRefreshRate

Before: still NULL
After: 'foo'

The comparisson of NULL is a bit special.
So we need to handle this a tad beter else it might not replace NULL
values. or allow you to set NULL values on updates.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

@rullzer
Copy link
Member Author

rullzer commented Oct 23, 2020

/backport to stable20

@rullzer
Copy link
Member Author

rullzer commented Oct 23, 2020

/backport to stable19

@rullzer
Copy link
Member Author

rullzer commented Oct 23, 2020

/backport to stable18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants