Column already exists

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
brezanac
Posts: 33
Joined: Thu 09 Jan 2014 14:52

Column already exists

Post by brezanac » Thu 22 Dec 2016 14:26

For some odd reason dbForge refuses to perform a column name change if the new name is just a change in case.

For example, trying to rename a column named ID to id will result in an error "Column id already exists".

Image

Now bear in mind that I am fully aware of the case sensitivity differences between Windows and Linux when it comes to naming however this behavior is completely wrong given that the target MySQL server is running on Linux and case sensitivity is a thing there.

dbForge is the only client that does this. Every other client I've tried performs the renaming without any issues. Even the native Windows mysql CLI client works as expected.

Is there an option in dbForge to disable this behavior because it's clearly something that's done on it's part?

alexa

Re: Column already exists

Post by alexa » Fri 23 Dec 2016 11:28

We will investigate this when developing the next product builds.

Post Reply