summaryrefslogtreecommitdiff
path: root/rdflib/plugins/stores
Commit message (Expand)AuthorAgeFilesLines
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-122-0/+6
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-102-3/+3
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-132-8/+8
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-112-2/+1
* fix: missing query string params in sparqlconnector when using POST method (...David Andreoletti2023-01-021-1/+2
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-241-2/+3
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-151-1/+1
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-241-5/+9
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-232-20/+22
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-121-11/+8
* fix: narrow the context identifier type from `Node` to `IdentifiedNode` (#2069)Iwan Aucamp2022-08-021-10/+5
* feat: add type hints for `rdflib.store` and `rdflib.plugins.stores` (#2057)Iwan Aucamp2022-07-305-253/+707
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-182-6/+6
* Fix/ignore flake8 errors in store related code (#1971)Iwan Aucamp2022-05-267-42/+61
* Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-12/+33
* here's a patch for `berkleydb.py`Graham Higgins2022-04-191-4/+11
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-191-1/+3
* Fix issue with namespace rebindingGraham Higgins2022-04-191-5/+13
* Merge remote-tracking branch 'upstream/master' into default_prefixesIwan Aucamp2022-04-155-24/+23
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-155-24/+23
* | Fix issues with NamespaceManager.bindIwan Aucamp2022-03-315-12/+12
* | ensure all core Stores contain prefix replace optionnicholascar2022-03-305-9/+18
|/
* fix: black hook in pre-commit and configeggplants2022-03-161-9/+6
* Add typing to rdflib.termIwan Aucamp2022-01-221-2/+2
* Merge pull request #1623 from gjhiggins/fix-issue1032-error-on-sparqlstore-up...Nicholas Car2021-12-291-0/+3
|\
| * Define SPARQLStore update.Graham Higgins2021-12-271-0/+3
* | Compile docs in GitHub Actions CIIwan Aucamp2021-12-281-12/+12
|/
* Fix typos discovered by codespellChristian Clauss2021-10-142-2/+2
* blacked everything6.0.0Nicholas Car2021-07-204-42/+88
* admin scripts & release 6.0.0 bumpNicholas Car2021-07-201-16/+18
* Fix typoIwan Aucamp2021-07-091-2/+2
* Add unit test for #919 and more type hints for sparqlconnector and sparqlstoreIwan Aucamp2021-07-072-23/+34
* Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-283-16/+25
|\
| * Merge pull request #1320 from rchateauneu/speedup_add_triple_contextNicholas Car2021-06-261-7/+16
| |\
| | * Speedup of __add_triple_contextRemi Chateauneu2021-05-171-7/+16
| * | Merge pull request #1319 from rchateauneu/speedup_memory_storeNicholas Car2021-06-261-4/+2
| |\ \
| | * | Speedup __ctx_to_str.Remi Chateauneu2021-05-171-4/+2
| | |/
| * | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-302-4/+6
| |/
| * Merge pull request #1253 from jimmccusker/support_fully_qualified_queriesNicholas Car2021-05-121-1/+1
| |\
| | * Changed to support passing fully qualified queries through the graph and stor...Jim McCusker2021-02-111-1/+1
* | | updated bsddb3 to berkeleydbNicholas Car2021-06-271-10/+30
* | | Sleepycat -> BerkeleyDBname change; incomplete code updateNicholas Car2021-05-081-17/+17
|/ /
* | KeyError instead of IndexError.Primhill Computers2021-03-061-1/+1
* | correctly delete default triple context infoNatanael Arndt2021-03-051-1/+1
* | Speedup __add_triple_context.Remi Chateauneu2021-03-031-10/+13
|/
* Merge pull request #1185 from white-gecko/fix_sparqlstore_postNicholas Car2020-12-271-4/+13
|\
| * Fix typo in exception messageNatanael Arndt2020-10-081-1/+1
| * Fix usage of default-graph for POST and introduce POST_FORMNatanael Arndt2020-10-081-4/+13
* | remove old bsddb lib usageFlorian Ludwig2020-10-231-7/+2
* | small cleanupsFlorian Ludwig2020-10-231-3/+1