Navigation Menu

Skip to content

Commit

Permalink
Fix typo in MS SQL FreeTDS driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Mar 23, 2012
1 parent 9cba646 commit efe5966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/mssql/qgsmssqlprovider.cpp
Expand Up @@ -208,7 +208,7 @@ QSqlDatabase QgsMssqlProvider::GetDatabase( QString driver, QString host, QStrin
#ifdef WIN32
connectionString = "driver={SQL Server}";
#else
connectionString = "driver={FreeDTS}";
connectionString = "driver={FreeTDS}";
#endif
if ( !host.isEmpty() )
connectionString += ";server=" + host;
Expand Down

0 comments on commit efe5966

Please sign in to comment.