Closed gms8994 closed 6 years ago
Database names that don't conform to a normal standard (ex: ones that have a "-" in them) will fail to drop and potentially cause issues. This PR uses MySQL quoting to make sure that they will be dropped appropriately.
Thank you for the update @gms8994! Makes sense.
Database names that don't conform to a normal standard (ex: ones that have a "-" in them) will fail to drop and potentially cause issues. This PR uses MySQL quoting to make sure that they will be dropped appropriately.