summaryrefslogtreecommitdiff
path: root/src/libtracker-data/tracker-sparql-pattern.vala
Commit message (Expand)AuthorAgeFilesLines
* Update to FTS5wip/fts5Carlos Garnacho2016-02-291-10/+9
* libtracker-data: Add support for BINDCarlos Garnacho2015-12-021-0/+22
* Handle FTS queries more genericallyCarlos Garnacho2013-02-041-20/+39
* libtracker-data: Fix fts detection when constructing SQLCarlos Garnacho2013-02-041-8/+4
* libtracker-data: Perform FTS matching in subqueryCarlos Garnacho2013-02-041-10/+36
* libtracker-fts: Add tracker_offsets() sqlite functionCarlos Garnacho2013-02-041-1/+2
* libtracker-fts: Add the tracker_rank() sqlite functionCarlos Garnacho2013-02-041-1/+2
* SPARQL: Add support for HAVINGJürg Billeter2011-07-131-1/+6
* SPARQL: Fix local time handling with optional patternsJürg Billeter2011-05-091-0/+20
* Fix Vala warningsJürg Billeter2011-05-091-4/+4
* SPARQL: Fix SQL generated for predicate variables and deleted subjectsJürg Billeter2011-01-201-3/+7
* libtracker-data: Use Cursor instead of ResultSet in sparql-patternJürg Billeter2011-01-191-16/+12
* SPARQL: Improve predicate variable supportJürg Billeter2010-12-291-2/+17
* SPARQL: Do not use nested subquery for EXISTS / NOT EXISTSJürg Billeter2010-12-171-15/+8
* SPARQL: Use WITH/INTO/FROM clause in WHERE pattern of updatesJürg Billeter2010-11-291-1/+1
* SPARQL: Fix SELECT * with WHERE without variablesJürg Billeter2010-11-241-0/+6
* SPARQL: Do not ignore GRAPH around rdf:type statementsJürg Billeter2010-11-241-1/+2
* SPARQL: Fix context handling for EXISTS and NOT EXISTSJürg Billeter2010-10-131-0/+2
* SPARQL: Do not use pointers as keys in hash tablesJürg Billeter2010-10-081-3/+3
* SPARQL: Do not let SPARQL variable names influence SQL queryJürg Billeter2010-10-081-7/+7
* SPARQL: Fix SQL for GRAPH with predicate variable and empty databaseJürg Billeter2010-09-271-4/+7
* libtracker-data: Different LRU-cache for INSERT/DELETE v. SELECTPhilip Van Hoof2010-09-231-2/+6
* libtracker-data: Don't cache stmt if the query contains a regular expressionPhilip Van Hoof2010-09-231-2/+2
* SPARQL: Rework variable name support to fix regressionJürg Billeter2010-09-221-0/+1
* libtracker-data: Fix variable name supportJürg Billeter2010-09-151-5/+4
* libtracker-data: Store types of query resultsJürg Billeter2010-09-151-0/+2
* Move SparqlError from libtracker-data to libtracker-sparqlJürg Billeter2010-08-161-23/+23
* SPARQL: Fix generated SQL when not retrieving actual dataJürg Billeter2010-07-221-4/+5
* SPARQL: Add support for EXISTS and NOT EXISTSJürg Billeter2010-07-221-0/+38
* libtracker-data: Guard against null for domain specific index supportPhilip Van Hoof2010-07-161-4/+11
* libtracker-data: Add support for domain specific indexes to the SPARQL enginePhilip Van Hoof2010-07-161-2/+19
* SPARQL: Fix generated SQL for triple block following simple optionalJürg Billeter2010-06-241-0/+1
* SPARQL: Only retrieve graph from database when necessaryJürg Billeter2010-06-101-4/+14
* SPARQL: Support GRAPH in predicate variable queriesJürg Billeter2010-06-101-7/+19
* SPARQL: Always generate SELECT around group graph patternJürg Billeter2010-06-081-0/+6
* SPARQL: Fix variable handling in scalar subqueriesJürg Billeter2010-05-191-16/+16
* SPARQL: Create new context for each triple blockJürg Billeter2010-05-191-13/+20
* SPARQL: Refactor use of contextsJürg Billeter2010-05-191-15/+31
* SPARQL: Fix memory leak due to reference cycleJürg Billeter2010-04-021-2/+2
* SPARQL: Fix predicate variables with literal objectJürg Billeter2010-04-011-1/+1
* SPARQL: Move expression and pattern processing to separate filesJürg Billeter2010-04-011-0/+1395