Skip to content

Commit

Permalink
Fix Ingres connection type so stored connections can be created using…
Browse files Browse the repository at this point in the history
… the

add vector layer dialog, database option
  • Loading branch information
g-sherman committed Jun 9, 2012
1 parent ee2f1bd commit 23c0f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ogr/qgsogrhelperfunctions.cpp
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

0 comments on commit 23c0f25

Please sign in to comment.