Open bartkrekelberg opened 1 year ago
@bartkrekelberg Good catch! Yes, this seems like a bug. It used to be that MySQL treated schema names as case-insensitive so we defaulted to lower-case but seems like that policy was not 100%.
Point 2 is a red herring. It had nothing to do with the case of the schema.. I'll file a different issue report for the underlying cause there later.
Bug Report
Description
A schema name that starts with an upper case character (MySchema) will be created fine and works for the most part, but
Reproducibility
Include:
Expected Behavior
Probably the easiest fix is to enforce a lower-case letter at the start of a schema name when the schema is first created.