New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to add tables to rename aliases twice on Export #16611
Comments
|
Thank you @ChrisHSandN for the report ! |
|
Sure! |
|
Hi @ChrisHSandN |
|
Hi @williamdes, The server I initially found this bug on was a Closing, sorry for wasting your time and thanks for your prompt responses. |
|
One thing that I noticed while reproducing this was that the add buttons worked only once. If you close the modal, open it again, remove the rows and then try again to add the names, it won't happen. So I've fixed that issue in the above PR. |
I can confirm that, thank you ! |
Signed-off-by: William Desportes <williamdes@wdes.fr>
Describe the bug
The
rename exported...checkbox on the export tab fails to do anything.To Reproduce
Steps to reproduce the behavior:
mysql.dbExporttabExport Method:
Custom - display all possible optionsFormat:
SQLOutput:
Rename exported databases/tables/columnsRename exported databases/tables/columnscheckbox remains unticked (and is impossible to tick). While exported SQL file does not use the new table/database names.Expected behavior
Rename exported databases/tables/columnscheckbox should be checked after saving and the output SQL file should have the given names for db and table.Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: