Skip to content

1.0.1 Patch

Choose a tag to compare

@codeliner codeliner released this 04 May 18:02
· 91 commits to master since this release

Fixed

It could happen that fetching events causees a fatal error because the default fetch mode of the DBAL connection is set to \PDO::FETCH_OBJ. This issue has been fixed by setting the fetch mode of the stmt to \PDO::FETCH_ASSOC explicitly.