Fix Ingres connection type so stored connections can be created using the

add vector layer dialog, database option
This commit is contained in:
Gary Sherman 2012-06-09 07:29:20 -08:00
parent ee2f1bdbaf
commit 23c0f252e7

View File

@ -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;