Releases: sweetrdf/in-memory-store-sqlite
Releases · sweetrdf/in-memory-store-sqlite
2.0.0
Summary
Fixed a PDO error when calling addQuads multiple times:
Integrity constraint violation: 19 UNIQUE constraint failed: id2val.id
In case you directly calling the constructor of InMemoryStoreSqlite
: its parameters changed. Please avoid using the constructor, use createInstance()
instead.
Full Changelog: 1.1.1...2.0.0
1.1.1
Ported code to sweetrdf/rdf-interface ^2.0
Full Changelog: 1.1.0...1.1.1
1.1.0
Summary:
- Updated licence
- ported code to PHP 8.0 (removed a lot of warnings)
- removed some obsolete stuff
Full Changelog: 1.0...1.1.0
1.0
1.0-RC1
Change highlights
- use NamespaceHelper for all prefix/namespace operations
- changed a few constructor parameter lists
- removed own
sweetrdf/rdfInterface
implementation and usesweetrdf/simple-rdf
's from now on - added further tests
- removed obsolete test files and some other outdated code
1.0-ALPHA1
refined composer.json