qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.46k stars 2.99k forks source link

Unified Add Layer: Use same credential frameworks for the NewOgrDatabaseConnection dialog #24900

Closed qgib closed 10 months ago

qgib commented 7 years ago

Author Name: Harrissou Santanna (@DelazJ) Original Redmine Issue: 17001

Redmine category:gui


Data Source Manager --> Vector --> Database, Select PostgreSQL --> New Could be nice to have, when applicable, the dialog look like when using e.g. Data Source Manager --> PostgreSQL --> New ie, have the Username and password in the authentication tabs with possibility to save both.

qgib commented 7 years ago

Author Name: Alessandro Pasotti (@elpaso)


The Vector tab is in fact the OGR provider that can connect to several data databases (postgis included), on the other hand the postgis provider implemented in QGIS is more feature rich and I'd be in favour of removing the option to connect to postgis via OGR from the Vector dialog instead of having two different ways to add a postgis layer, that is just confusing for the user.

alexbruy commented 10 months ago

Seems it is already implemented in master, when connecting to PostGIS via OGR an auth system is used to store credentials.