Unsupported Screen Size: The viewport size is too small for the theme to render properly.

tree table view converts all to lower case

forums forums SQLyog SQLyog: Bugs / Feature Requests tree table view converts all to lower case

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #8116

      Perhaps there is a reason for this, but I've noticed that in the tree view for the databases, all of the names have been converted to lowercase. Call me a boob, or even a noob (as another poster refered to himself), but I keep writing the lowercase names in my code, and duhhh… getting an error!? It would help silly people like me if the names in the tree could reflect the case sensitivity that the names were originally written with.

      😉

    • #14723
      CalEvans
      Member

      What versio0s of SQLyog and Mysql? I'm using MySQL 4.0.13 and SQLyog 3.52 and don't have this problem.

      =C=

    • #14724
      Ritesh
      Member

      Greetings

      We have 3.23.54-log on Linux and SQLyog maintains the case sensivity of the DB/Table/Column Names…

    • #14725
      Shadow
      Member

      Apparently you work on some kind of linux/unix because on Win table names are case insensitive (OS file names are case insensitive). You should consider starting mysqld as: mysqld -O lower_case_table_names=1. This will convert all table names to lowercase. (From version 4.0.2, this option also applies to database names.) Old names, however, need to be converted manually…

Viewing 3 reply threads
  • You must be logged in to reply to this topic.