MariaDB / hasStream fails to detect existing Stream
aheissenberger opened this issue · comments
Andreas Heissenberger commented
The comparing fails as $statement->fetchColumn()
returns a Number:
pdo-event-store/src/MariaDbEventStore.php
Lines 174 to 194 in cc4acb5
Problem is fixed in MySqlEventStore.php
pdo-event-store/src/MySqlEventStore.php
Line 193 in cc4acb5