mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Fix Ingres connection type so stored connections can be created using the
add vector layer dialog, database option
This commit is contained in:
parent
ee2f1bdbaf
commit
23c0f252e7
@ -52,7 +52,7 @@ QString createDatabaseURI( QString connectionType, QString host, QString databas
|
||||
uri += QString( " pass=%1" ).arg( password );
|
||||
}
|
||||
}
|
||||
else if ( connectionType == "INGRES" )
|
||||
else if ( connectionType == "Ingres" )
|
||||
{
|
||||
//not tested
|
||||
uri = "@driver=ingres,dbname=" + database;
|
||||
|
Loading…
x
Reference in New Issue
Block a user