1.0.1 Patch
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.