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