hankinsoft / SQLPro

SQLPro bug & features tracking.
100 stars 26 forks source link

Delete multiple tables or views at once #944

Closed ondrejholecek closed 8 months ago

ondrejholecek commented 8 months ago

Very often during development and testing I need to delete many tables/views. Currently it seems that the only way how to do that is one by one. That is very annoying when you need to delete like 20 tables.

I would like to be able to select multiple tables or views and delete them all at once.

It is of course possible to workaround this by creating SQL query and run it when needed, but it is not very comfortable.

hankinsoft commented 8 months ago

Hi, Unfortunately, deleting multiple tables/views is not something I will add to the app. I don't believe this is something many users would use and IMO it to easy for a user to delete something by accident. Sorry about that!