Mysql – is camel case for column names safe

MySQLpostgresql

I have a database where column names are all camel cased. No problems encountered.
Will that be a problem under some scenarios, as per recent versions of MySQL, Postgres?

Best Answer

The only cases I can think of for MySQL where case sensitivity could be an issue would be

In those cases, the table name can cause problems. As for column names, it should not be an issue.