Skip to content

Fix array handling in DB functions

Jano requested to merge 411_fix_in_conversion_in_db_functions into master

Closes #411 (closed)

What does this MR do?

This MR fixes the way arrays get handled in DB functions that use criteria to build their WHERE clauses. That fixes the bug of updated bells not getting marked as unread, described by Johannes in his comment on #411 (closed).

How confident are you it won't break things if deployed?

Very much. This only affects DB function calls with arrays inside of their criteria, and there are not many of them since I introduced this feature about 2 months ago.

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
Edited by Chris Oelmueller

Merge request reports