Skip to content

libtracker-sparql: Do not attempt to rebuild non-existing FTS tables

Carlos Garnacho requested to merge wip/carlosg/no-fts-logic-error into master

If a database/ontology has no fulltext-indexed properties, we do not create a corresponding FTS table. Likewise, parser/locale updates should not attempt to update it, or we will get a "SQL logic error" poking non-existing tables.

Closes: nautilus#2278 (closed)

Merge request reports