-
-
Notifications
You must be signed in to change notification settings - Fork 539
Description
Is your feature request related to a problem? Please describe.
I think would be great in the future to disable the auto-paste feature when you select a database (it automatically paste the name in input box, see TrinityCore/TrinityCore#31476) and also would be great if not be able to edit table predefined data with only a left click (this was the reason this tool was removed from TC wiki dbms tool suggestion list, see TrinityCore/tc-wiki@66fa7c4#commitcomment-145455250) because users are wrongly modifying predefined data instead actually table data.
Describe the solution you'd like
Do not automatically paste database you select in the input box (better add a right-click sub-menu to copy db name to clipboard if really needed but I doubt this is needed at all), and also do not allow to edit table predefined data with only a left click and/or maybe show table data tab first instead predefined table data.
Describe alternatives you've considered
Additional context
Regarding the encoding part, I don't have enough information about what types of character encodings are not handled correctly.