Case Sensitivity in MySQL
Brought to you by:
jacomac
The database setup scripts appear to assume that the
database server doesn't mind about case, for example,
the installation sets up a table is set up called:
registrationoptions
which leads to errors like:
corga.workshop.db.CorgaDBException: Table
'mbs_corga.registrationOptions' doesn't exist