summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/algebra.py
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate file intermediary in translate algebra (#2267)Jeffrey C. Lerman2023-03-271-189/+265
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-3/+0
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-071-4/+26
* fix: bug applying VALUES outside of a GROUP BY (#2188)Rob B2023-01-291-4/+10
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-291-0/+23
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-5/+2
* feat: add type hints to `rdflib.plugins.sparql.{algebra,operators}` (#2094)Iwan Aucamp2022-08-231-38/+60
* Fix issue #936 HAVING clause with variable comparison not correctly evaluated...devrb2022-06-051-1/+1
* Add more typing for SPARQL (#1965)Iwan Aucamp2022-05-261-68/+162
* style: fix/ignore flake8 errors in `rdflib/plugins/sparql/` (#1964)Iwan Aucamp2022-05-211-5/+5
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-1/+1
* Remove testing and debug code from rdflibIwan Aucamp2022-04-191-18/+0
* Fix handling of EXISTS inside BINDIwan Aucamp2022-04-151-1/+4
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-14/+9
* Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
* Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
* Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
* added dict as type identifier. This seems to raise no warnings in PyCharmFilip Kovacevic2022-01-041-1/+1
* algebra.py: there were problems with type identifiers and defaultdict. elemen...Filip Kovacevic2022-01-031-4/+3
* algebra.py: fixed another issue with Builtin_SUBSTR by replacing node.arg.n3(...Filip Kovacevic2022-01-031-6/+10
* algebra.py: bugfixes for SUBSTR and CONCATFilip Kovacevic2022-01-031-3/+11
* Fix for issue #272Graham Higgins2021-12-251-2/+2
* 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