opengisch / QgisModelBaker

Create QGIS projects from database schemas or Interlis models
https://opengisch.github.io/QgisModelBaker/
GNU Lesser General Public License v3.0
55 stars 17 forks source link

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

Closed signedav closed 1 month ago

signedav commented 1 month ago

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)...