Skip to content

libtracker-data: Avoid deletion of empty rows in FTS table

Carlos Garnacho requested to merge wip/carlosg/fts-with-sqlite-3.34.0 into master

Starting with SQLite 3.34.0, this turns into a consistency error. Ensure rows being deleted have actually some content before proceeding to deletion, and ensure we don't process individual properties one by one in the course of a whole rdfs:Resource deletion.

Fixes: https://bugs.archlinux.org/task/68903

Merge request reports