Skip to content

Tags: RDFLib/rdflib-sqlalchemy

Tags

0.5.4

Toggle 0.5.4's commit message

Verified

This tag was signed with the committer’s verified signature.
mwatts15 Mark Watts
0.5.4

Maintenance
-----------
- Limiting SQLAlchemy support to <2.0.0

0.5.3

Toggle 0.5.3's commit message

Verified

This tag was signed with the committer’s verified signature.
mwatts15 Mark Watts
0.5.3

Fixes #92. Thanks, @gjhiggins!

0.5.1

Toggle 0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
mwatts15 Mark Watts
0.5.1

Maintenance
-----------
- Dropping support for Python 2.7 and adding support for 3.10
  (functionally, this is just changing which version we test against)
- Switching test suite to pytest

0.5.0

Toggle 0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mwatts15 Mark Watts
0.5.0

Fixes
-----
- Removing support for deprecated `rdflib.term.Statement`
- Making a more accurate count for store length
- Fixing query selection from query triple (#87)
- Limiting index size for MySQL tables (#67)

Maintenance
-----------
- Switching to Github Actions
- Adding automated deployment of development snapshots to PyPI. Only intended
  for use in continuous integration environments

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
mwatts15 Mark Watts
0.4.0

Features
--------

* Adding `max_terms_per_where` option allowing to limit the number of
  terms in generated SQL in a call to addN

Fixes
-----

* Restoring the setuptools RDFLib store plugin entrypoint so users no
  longer need to call `registerplugins` in most cases

* Making `addN`, `add`, `bind` not error out when there's a conflicting
  entry

Maintenance
-----------

* Removing uses of rdflib.py3compat

* Adding configs for generating documentation

* Minor documentation cleanup

* Supporting Python 3.6 and 3.7

0.3.8

Toggle 0.3.8's commit message
0.3.8

- re-introduce create_all() helper method to create all tables in database (idempotent)

0.3.7

Toggle 0.3.7's commit message
0.3.7

- Updated unique constraints on literal / quoted statement tables to take into account the object language tag
- Some more cleanup

0.3.6

Toggle 0.3.6's commit message
bumped version

0.3.5

Toggle 0.3.5's commit message
0.3.5

- Added uniqueness constraints on (s, p, o, context) to all tables
- Removed Python 2.6 from unit-test matrix - no longer officially supported
- Misc cleanup

0.3.4

Toggle 0.3.4's commit message
update travis ci PyPI password (due to travis-ci/dpl#377)