Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
452 views
in Q2A Core by

Now, table name (include prefix) is limited in lowercase. Uppercase may be allowed to the database table in V1.7. I think this change is mistake.

https://github.com/q2a/question2answer/commit/a52cf400acb3fa132134d6739bf40baf94c27faf#diff-956d4bd1a1cac02a9a381ffc25913c20

Because ...

  1. It becomes incompatible between operating system (Linux, Windows, MacOS, etc), and Q2A becomes none-cross-platform system.
  2. WordPress and Drupal convert table name to lowercase at installation.
  3. Various problems happen when uppercase is admitted for table name.
    https://wordpress.org/support/topic/case-sensitive-wp_table_prefix?replies=1
    http://stackoverflow.com/questions/9827164/wordpress-keeps-redirecting-to-install-php-after-migration
    etc, etc
  4. As for this change, this thread and this seem to become the basic point. This is issue of specific plugin. And not issue of Q2A core.

How do you think about this?

Q2A version: 1.6.3

Please log in or register to answer this question.

...