Skip to content

Fixes building of where clauses of queries

David requested to merge fix-db-where-false into master

Adds a missing trailing space to the false WHERE clause which caused that an invalid query was generated (found it by looking through the sentry issues).

Related sentry issue: https://sentry.io/organizations/foodsharing-ev/issues/1260869367/?project=1400912

Merge request reports