summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/algebra.py
Commit message (Expand)AuthorAgeFilesLines
* keep order of projected variables and expressions - fixes https://github.com/...Gunnar Aastrand Grimnes2013-05-031-27/+31
* moved paths from sparql package to top-level - make slicing return tuples, no...Gunnar Aastrand Grimnes2013-05-021-1/+1
* merged https://github.com/dgerber/rdflib.git - fixes #258Gunnar Aastrand Grimnes2013-05-021-3/+3
* autopep8Gunnar Aastrand Grimnes2013-04-301-43/+48
* keep track of vars used at each stage of the query algebraGunnar Aastrand Grimnes2013-04-301-0/+16
* sparql queries will stream results through generatorsGunnar Aastrand Grimnes2013-04-291-1/+32
* cleanupGunnar Aastrand Grimnes2013-04-291-6/+0
* better triple pattern ordersGunnar Aastrand Grimnes2013-04-291-6/+16
* fix to algebra generation for bindGunnar Aastrand Grimnes2013-04-261-4/+3
* fix to subtle bug when combining ( ) and [ ] in sparql queries. Better optimi...Gunnar Aastrand Grimnes2013-04-251-11/+52
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-0/+698