-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
There's also another unrelated issue with tests as I'm on Windows, and mariadb forces lowercase table names due to case insensitive file system.
Thus one of the tests fails:
-41: Query error: Table 'phpstan_dba.unknownTable' doesn't exist (1146).
+41: Query error: Table 'phpstan_dba.unknowntable' doesn't exist (1146).
Originally posted by @xPaw in #267 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working