summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/algebra.py
Commit message (Expand)AuthorAgeFilesLines
* Add import of osGraham Higgins2021-11-151-0/+1
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-1/+1
* blacked everything6.0.0Nicholas Car2021-07-201-137/+349
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-201-1/+1
* bugfix for HAVING and FILTER NOT EXISTS. Two new tests included to cover thes...GreenfishK2021-05-251-8/+12
* Bugfix occurring with more complex queries that have multiple graph patterns ...GreenfishK2021-05-201-7/+11
* Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-201-0/+1
* Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-181-0/+421
* 2to3 whole sourcebaset0b32020-06-221-1/+0
* changes for flake8Nicholas Car2020-05-171-10/+10
* blacked all python filesNicholas Car2020-05-161-113/+127
* Compare Nones with is or is notBruno P. Kinoshita2020-03-071-3/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-12/+11
* converted sparql engineGunnar Aastrand Grimnes2017-01-301-14/+17
* actually fix projection from sub-queriesGunnar Aastrand Grimnes2017-01-201-0/+6
* Fix for filters in sub-queries (#693)Gunnar Aastrand Grimnes2017-01-191-3/+9
* Fixed some BIND scoping issuesfix-issue-580Gunnar Aastrand Grimnes2017-01-181-9/+14
* Fixes variable scope for filters inside (NOT) EXIST clauses in SPARQLGunnar Aastrand Grimnes2017-01-181-0/+3
* Fix initBindings handling. Fixes #294initbindings-fixGunnar Aastrand Grimnes2015-11-281-1/+3
* cleaned up trailing whitespaceGunnar Aastrand Grimnes2015-11-221-8/+8
* no relative import in when run as a scriptcliff xuan2015-07-171-1/+1
* 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