Stop using database name while drag and drop

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Stop using database name while drag and drop

Post by michabbb » Wed 26 Mar 2014 23:40

hi alex,

when i drag&drop a table to an edit tab, i always get the database with it, like:

SELECT
*
FROM mydatabase.users

but i want

SELECT
*
FROM users

very often i use the sql in my code, so i always have to remove the database names
from all the selects, thats very annoying, is there any option for this ?

thanks,
micha

alexa

Re: Stop using database name while drag and drop

Post by alexa » Thu 27 Mar 2014 09:01

You can add a suggestion on the UserVoice forum http://devart.uservoice.com/forums/7729 ... -for-mysql

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: Stop using database name while drag and drop

Post by michabbb » Thu 27 Mar 2014 15:49

this system is useless, since i only have a few votes, and the whole idea behind that is not target-aimed when i have to less votes so that i am not able to create new suggestions, there is no real motiviation for a real active user, sorry, that´s my opinion to this whole uservoice thing ;(

alexa

Re: Stop using database name while drag and drop

Post by alexa » Thu 27 Mar 2014 16:33

Please vote for the following suggestion http://devart.uservoice.com/forums/7729 ... g-and-drop

michabbb
Posts: 217
Joined: Mon 21 Nov 2011 02:35
Location: DE
Contact:

Re: Stop using database name while drag and drop

Post by michabbb » Thu 27 Mar 2014 17:29

i did, thanks

Post Reply