]> git.saurik.com Git - wxWidgets.git/commitdiff
Use of a postgres data source would fail due to checking for "PostgresSQL" rather...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:06:24 +0000 (11:06 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:06:24 +0000 (11:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/db.cpp

index b5a4ae5a4de0b551ebde5270f17a63db21b30471..378b02a37451a090ce01ad97f1162b9d7a5c97c1 100644 (file)
@@ -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);