summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add some typing for evaluation related functions in the SPARQL plugin.Iwan Aucamp2021-12-292-36/+41
|/
* Merge branch 'RDFLib:master' into feature-prepareupdateGraham Higgins2021-12-251-1/+1
|\
| * Have prepareQuery() pass with mypy-strict-reviewed consumersAlex Nelson2021-12-161-1/+1
* | Fix for issue #272Graham Higgins2021-12-255-4/+23
|/
* Merge pull request #1449 from iafork/iwana-20211016T2236-more_typingNicholas Car2021-12-014-15/+29
|\
| * Add type hintsIwan Aucamp2021-10-244-15/+29
* | Add import of osGraham Higgins2021-11-151-0/+1
|/
* Merge pull request #1445 from Panaetius/masterNicholas Car2021-10-181-5/+12
|\
| * Use version conditional imports to accomodate mypyIwan Aucamp2021-10-171-3/+4
| * replace pkg_resources with importlib.metadataRalf Grubenmann2021-10-141-3/+9
* | Fix typos discovered by codespellChristian Clauss2021-10-143-8/+8
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-272-2/+2
|\
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-102-2/+2
* | Use setName on TokenConverter to set the name propertyIwan Aucamp2021-09-111-7/+2
|/
* blacked everything6.0.0Nicholas Car2021-07-207-192/+410
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-202-10/+10
* Refactor usage of rdf:langString.Edmond Chuc2021-07-091-5/+1
* Refactor for DefinedNamespace behaviourEdmond Chuc2021-07-081-1/+1
* Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-031-3/+15
|\
| * reformat edited files using blackFlorian Ludwig2020-10-231-2/+1
| * support day, nonth and year function for dateFlorian Ludwig2020-10-231-3/+16
* | Merge pull request #1322 from GreenfishK/translate_algebraNicholas Car2021-06-301-0/+430
|\ \
| * | 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
* | | Fix SPARQL update parsing to handle arbitrary amounts of triples in insertsIwan Aucamp2021-06-201-4/+9
|/ /
* | Don't sort variables in TXTResultSerializerIwan Aucamp2021-05-141-1/+1
* | Merge branch 'master' into sparql-speedupNicholas Car2020-12-284-25/+27
|\ \
| * \ Merge branch 'master' into sparql-timezoneNicholas Car2020-12-274-22/+19
| |\ \
| | * | Reset graph on exit from contextBoris Pelakh2020-12-011-0/+3
| | * | cleanup properties and type checks in sparql.pyFlorian Ludwig2020-10-241-23/+14
| | * | small cleanupsFlorian Ludwig2020-10-232-1/+3
| | |/
| * | Lazy store current time in sparql query contextFlorian Ludwig2020-10-241-2/+7
| * | Do not use current time in sparql TIMEZONEFlorian Ludwig2020-10-241-1/+1
| |/
* | optimize sparql.BindingsFlorian Ludwig2020-10-231-10/+11
|/
* replace requests with urllibNicholas Car2020-10-031-8/+8
* Merge pull request #1061 from Akash-Sharma-1/masterAshley Sommer2020-09-182-14/+140
|\
| * Merge branch 'master' into masterAshley Sommer2020-05-2719-964/+1522
| |\
| * | Updated operators.pyAkash-Sharma-12020-05-231-2/+1
| * | Updated operator.pyAkash-Sharma-12020-05-231-34/+35
| * | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL QueriesAkash-Sharma-12020-05-232-14/+140
* | | Move to using graph.parse() rather than deprecated graph.load() for sparql gr...fix_deprecated_loadAshley Sommer2020-09-172-7/+11
* | | re-run blackAshley Sommer2020-08-273-9/+9
* | | fix escaping (deprecated since py 3.6)t0b32020-06-221-1/+1
* | | 2to3 whole sourcebaset0b32020-06-225-54/+49
| |/ |/|
* | Merge branch 'master' into issue-910Nicholas Car2020-05-2519-963/+1522
|\ \