Skip to content
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

Editing database connection params doesn't update actual connection string #609

Open
PauliusJaskutelis opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@PauliusJaskutelis
Copy link
Collaborator

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:

  1. Go to "Edit Connection" form.
  2. Change "Other parameters" field with adding or removing -RO flag.
  3. Test connection and save the settings.
  4. 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

  1. Editing database parameters with -RO flag, testing connection and saving settings.
    image

  2. Still able to create, update and delete records.
    image

@PauliusJaskutelis PauliusJaskutelis added the bug Something isn't working label Nov 8, 2024
@PauliusKu PauliusKu added this to the November patch milestone Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants