summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/evaluate.py
Commit message (Expand)AuthorAgeFilesLines
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-111-1/+1
* fix: eliminate some mutable default arguments in SPARQL code (#2301)Charles Tapley Hoyt2023-04-071-2/+2
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-161-0/+16
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-131-15/+49
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-12/+0
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-071-1/+36
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-291-1/+0
* refactor: Pass service_query to _buildQueryStringForServiceCall instead of a ...Veyndan Stuart2022-10-141-4/+2
* feat: add type hint to part in evalServiceQuery (#2133)Veyndan Stuart2022-10-131-1/+1
* chore: remove outdated comment (#2129)Veyndan Stuart2022-10-101-1/+0
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-1/+1
* style: fix/ignore flake8 errors in `rdflib/plugins/sparql/` (#1964)Iwan Aucamp2022-05-211-3/+0
* Fix simple literals returned as NULL using SERVICE (issue #1278) (#1894)gitmpje2022-05-151-8/+16
* feat: add typing for `rdflib/plugins/sparql` (#1926)Iwan Aucamp2022-05-151-30/+62
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-19/+18
* Add some typing for evaluation related functions in the SPARQL plugin.Iwan Aucamp2021-12-291-32/+36
* blacked everything6.0.0Nicholas Car2021-07-201-2/+10
* Reset graph on exit from contextBoris Pelakh2020-12-011-0/+3
* replace requests with urllibNicholas Car2020-10-031-8/+8
* re-run blackAshley Sommer2020-08-271-3/+3
* 2to3 whole sourcebaset0b32020-06-221-3/+3
* Merge branch 'master' into issue-910Nicholas Car2020-05-251-69/+110
|\
| * changes for flake8Nicholas Car2020-05-171-1/+0
| * blacked all python filesNicholas Car2020-05-161-64/+108
| * removal of all uses of package sixNicholas Car2020-05-161-4/+2
| * Support SERVICE case-insensitivelyDonny Winston2020-05-061-1/+1
* | Update evaluate.py to fix issue 910Kushagr Arora2020-05-211-2/+4
|/
* We should ask for reduced bindings from the remote endpoint by default, to re...Jerven bolleman2019-12-111-1/+1
* Working on making it python 2.7 compatibleJerven bolleman2019-12-111-1/+2
* Queries that use the simple service call without a nested select failed to ex...Jerven bolleman2019-12-111-9/+23
* String concat of the VALUES with the prebound values much nicerJerven bolleman2019-12-021-10/+3
* Test did not generate second values clause becuase we hit the limit already.Jerven bolleman2019-12-021-6/+5
* Starting work on binding in existing solutions sets into the federated query ...Jerven bolleman2019-12-021-20/+45
* Improve the test case and the results parsingJerven bolleman2019-12-021-10/+19
* Have a working example, where the results are bound and return a result.Jerven bolleman2019-12-021-5/+17
* run service querymarqh2019-12-021-2/+26
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-8/+7
* fixed SPARQL evaluate issue with StopIteration in py3.7Gunnar Aastrand Grimnes2018-10-281-15/+3
* made UNION faster by not preventing duplicatesPierre-Antoine Champin2017-05-141-4/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: sparql engine: leftover iteritems, itervalues, text_typeJoern Hees2017-01-301-2/+3
* converted sparql engineGunnar Aastrand Grimnes2017-01-301-2/+2
* made min/max aggregate functions support all literals (#694)Gunnar Aastrand Grimnes2017-01-201-14/+3
* actually fix projection from sub-queriesGunnar Aastrand Grimnes2017-01-201-1/+1
* Fix for filters in sub-queries (#693)Gunnar Aastrand Grimnes2017-01-191-1/+1
* Fix initBindings in SPARQLGunnar Aastrand Grimnes2017-01-191-32/+4
* Fixed some BIND scoping issuesfix-issue-580Gunnar Aastrand Grimnes2017-01-181-1/+1
* Fixes variable scope for filters inside (NOT) EXIST clauses in SPARQLGunnar Aastrand Grimnes2017-01-181-1/+1
* Merge pull request #634 from pchampin/fix-issue-633Gunnar Aastrand Grimnes2017-01-121-2/+4
|\
| * attempt to fix #633Pierre-Antoine Champin2016-05-151-2/+4