Use of a postgres data source would fail due to checking for "PostgresSQL" rather than "PostgreSQL"
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
aa277f4ce2
commit
e57fe6cc73
@ -1715,7 +1715,7 @@ DBMS wxDB::Dbms(void)
|
||||
return(dbmsMS_SQL_SERVER);
|
||||
if (!stricmp(dbInf.dbmsName,"MySQL"))
|
||||
return(dbmsMY_SQL);
|
||||
if (!stricmp(dbInf.dbmsName,"PostgresSQL")) // v6.5.0
|
||||
if (!stricmp(dbInf.dbmsName,"PostgreSQL")) // v6.5.0
|
||||
return(dbmsPOSTGRES);
|
||||
if (!stricmp(dbInf.dbmsName,"ACCESS"))
|
||||
return(dbmsACCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user