Skip to content

Ensure to initialize vtab_data early enough

Carlos Garnacho requested to merge wip/carlosg/init-vtab-on-writable-iface into master

On some circumstances we miss the writable interface being created before we do set up the user data for the "triples_table" virtual table. This may cause crashes later on if the vtab is used on that interface.

We need to pass the TrackerOntologies on DB Manager construction, and ensure it remains static forever after.

https://bugzilla.redhat.com/show_bug.cgi?id=1683903

Merge request reports