Showing with 1 addition and 1 deletion.
  1. +1 −1 src/app/ogr/qgsogrhelperfunctions.cpp
2 changes: 1 addition & 1 deletion src/app/ogr/qgsogrhelperfunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down