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

Fix on DB Manager: Get db type from settings and read the settings accordingly #968

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

signedav
Copy link
Member

It was a leftover from the previous functionality where the users have to select the db type. Meanwhile it's recognized from the current projecr or - in this case - recreated from the last used connection (read from the settings) there we need the stored db type and read it then according to it.

It previously leaded to issues when using a PG but reading the setting from MSSQL (even if not installed)...

…e to select the db type. Meanwhile it's recognized from the current projecr or - in this case - recreated from the last used connection (read from the settings) there we need the stored db type and read it then according to it.
@signedav signedav merged commit e3d6387 into master Oct 10, 2024
7 checks passed
@signedav signedav deleted the db-fix branch October 10, 2024 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants