No Host Name in drop table dialog

mbedrac's profile image mbedrac posted 9 years ago in Feature discussion Permalink
I would be very happy to have Host Name in drop tables window. Now there is only message:

Drop n object(s) in database "database_name"?

It should be:

Drop n object(s) in database "host_name"."database_name"?

I usually drop all tables in my localhost and import all tables from my web database. The drop window is big and I'm never sure on which server I'm doing drop.
ansgar's profile image ansgar posted 9 years ago Permalink
Yes, sounds reasonable. Will check that.
Code modification/commit from ansgarbecker, 9 years ago, revision 9.2.0.4965
* Display session name in caption of all message dialogs. See http://www.heidisql.com/forum.php?t=18606
* Add a custom icon for confirmation dialogs, with a question mark on it, so we don't have to use the "i" icon.
ansgar's profile image ansgar posted 9 years ago Permalink
r4965 now displays the name of the session in all message dialogs, for example
MySession: Confirm

Also, there was no icon in confirmation dialogs like the one mentioned above. This is also fixed now - an orange icon with a question mark should be noticeable now.

Please login to leave a reply, or register at first.