summaryrefslogtreecommitdiff
path: root/src/libtracker-data/tracker-data-update.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "libtracker-data: delete elements from the Resource table"Carlos Garnacho2015-07-251-4/+0
* libtracker-data: delete elements from the Resource tableCarlos Garnacho2015-07-211-0/+4
* libtracker-data: Don't schedule all deletes only because of FTSCarlos Garnacho2015-07-211-5/+6
* Fix compilation error in case of --disable-tracker-ftsPhilip Van Hoof2014-11-301-1/+1
* libtracker-common: Moved tracker-ontologies.h into libtracker-sparqlMartyn Russell2014-10-271-25/+12
* libtracker-data: Fixed compiler warning with tracker_db_interface_sqlite_fts_...Martyn Russell2014-08-251-2/+2
* libtracker-data: fix missing includeDominique Leuenberger2014-07-111-0/+1
* libtracker-data: Limit error message lengthMartin Kampas2014-07-101-4/+6
* Fix GValue memory handlingCarlos Garnacho2013-09-271-7/+6
* libtracker-data: Switched all GValueArray --> GArrayMartyn Russell2013-09-271-48/+72
* libtracker-data: Gather FTS changes to perform a single insert/update per IDCarlos Garnacho2013-02-041-18/+24
* libtracker-data: remove useless FTS functionsCarlos Garnacho2013-02-041-2/+0
* libtracker-data: Create several columns for FTS dataCarlos Garnacho2013-02-041-11/+10
* libtracker-data: Add tracker_db_interface_sqlite_fts_delete_text()Carlos Garnacho2013-02-041-5/+5
* libtracker-data: Support fractional seconds in xsd:dateTime valuesJürg Billeter2011-11-161-4/+10
* libtracker-data: Do not implicitly replace values when using blank nodesJürg Billeter2011-11-101-3/+8
* First delete in case superprop is multivalue and prop isn't for IorRPhilip Van Hoof2011-09-071-87/+171
* libtracker-data: Fix using null with date fields in insert or replacePhilip Van Hoof2011-09-071-5/+56
* libtracker-data: Do not error out when deleting non-existing statementJürg Billeter2011-08-251-1/+2
* libtracker-data: Cleanup of code after reviewPhilip Van Hoof2011-08-151-18/+3
* libtracker-data: Make null,x,null,y,z workPhilip Van Hoof2011-08-151-0/+13
* libtracker-data: Allow null upfront a new set for multivalue propertiesPhilip Van Hoof2011-08-151-1/+5
* libtracker-data: Add some code comments for clarificationPhilip Van Hoof2011-08-151-0/+2
* libtracker-data: Insert or replace's null support for multivalue propsPhilip Van Hoof2011-08-151-4/+3
* libtracker-data: Add stops and error handling for unsupported null casesPhilip Van Hoof2011-08-151-0/+7
* libtracker-data: Support for insert or replace null objectsPhilip Van Hoof2011-08-151-6/+7
* libtracker-data: Add internal API for deleting all objectsPhilip Van Hoof2011-08-151-0/+125
* libtracker-data: Add support for xsd:dateJürg Billeter2011-07-211-0/+6
* libtracker-data: Fix unused variables in case of --disable-journalPhilip Van Hoof2011-07-051-2/+12
* tracker-store: Fix Resources.Sync with disabled journalJürg Billeter2011-06-291-0/+2
* libtracker-data: Disable journal with --disable-journalPhilip Van Hoof2011-06-291-4/+47
* libtracker-data: Fix build with FTSJürg Billeter2011-05-131-0/+6
* libtracker-data: Fix C warningJürg Billeter2011-05-121-4/+0
* tracker-store: Stop signal timeout for sequential batch updatesJürg Billeter2011-05-111-2/+2
* libtracker-data: Fixes after reviewPhilip Van Hoof2011-04-271-9/+5
* libtracker-data: Adding comments explaining error handling actionsPhilip Van Hoof2011-04-271-4/+8
* libtracker-data, tests, tracker-control: Handle journal errorsPhilip Van Hoof2011-04-271-12/+58
* libtracker-data: Do not insert bogus extra data for anon blank nodesJürg Billeter2011-04-071-7/+12
* libtracker-data: Fix compiler warning about unused variablePhilip Van Hoof2011-03-291-0/+2
* libtracker-data: Performance improvement on rdf:type lookupsPhilip Van Hoof2011-03-291-2/+2
* libtracker-data: Move blank_node handling to shared functionPhilip Van Hoof2011-03-291-57/+49
* libtracker-data: The guint here is a gintPhilip Van Hoof2011-03-291-3/+3
* libtracker-data: Move domain index handling to a shared functionPhilip Van Hoof2011-03-291-42/+32
* libtracker-data: Support for FTS with REPLACEPhilip Van Hoof2011-03-291-2/+27
* libtracker-data: Performance improvement for REPLACE supportPhilip Van Hoof2011-03-291-18/+36
* libtracker-data: We can return right after setting errorPhilip Van Hoof2011-03-291-0/+2
* libtracker-data: get_old_property_values already does domain check herePhilip Van Hoof2011-03-291-10/+11
* libtracker-data: Check for domain in support for REPLACEPhilip Van Hoof2011-03-291-0/+16
* libtracker-data: Correct GraphUpdated for REPLACE supportPhilip Van Hoof2011-03-291-14/+48
* libtracker-data, tracker-store: Support for REPLACE on single valuesPhilip Van Hoof2011-03-291-17/+392