Skip to content

tracker-data-manager: Use a function wrapper to log executed SQL

IMHO this makes the code much easier to follow. To keep the patch small and easy to review, only the absolutely obvioud modifications to the SQL query building code have been implemented. Others will follow.

The wrapper function also improves on the erorr hainding of the tracker_db_execute_query() function. This will allow even more simplifications.

Merge request reports