You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Connection created in "Add New Connection" form.
When editing connection and changing "Other parameters" field, testing and saving the settings, actual connection string is not updated with the new changed parameters.
For example if I add -RO flag to the parameters and save it i will still be able to create, update and delete records using that connection.
To Reproduce
Steps to reproduce the behavior:
Go to "Edit Connection" form.
Change "Other parameters" field with adding or removing -RO flag.
Test connection and save the settings.
See newly added/removed parameter doesn't affect the connection. It should use the connection string it was started on when initializing.
Expected behavior
The parameters are updated in the connection string it uses to connect to the database server, on setting save button.
Screenshots
Editing database parameters with -RO flag, testing connection and saving settings.
Still able to create, update and delete records.
The text was updated successfully, but these errors were encountered:
Describe the bug
Connection created in "Add New Connection" form.
When editing connection and changing "Other parameters" field, testing and saving the settings, actual connection string is not updated with the new changed parameters.
For example if I add -RO flag to the parameters and save it i will still be able to create, update and delete records using that connection.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The parameters are updated in the connection string it uses to connect to the database server, on setting save button.
Screenshots
Editing database parameters with -RO flag, testing connection and saving settings.
Still able to create, update and delete records.
The text was updated successfully, but these errors were encountered: