Thread: psqlodbc - psqlodbc: Fix the bug that when the show OID column option is

psqlodbc - psqlodbc: Fix the bug that when the show OID column option is

From
hinoue@pgfoundry.org (User Hinoue)
Date:
Log Message:
-----------
Fix the bug that when the show OID column option is enabled, SQLColumns() returns "oid" column info even when the
columnname parameter which is different from "oid" is specified (bug report from Seifert, Jan-Peter). 

Modified Files:
--------------
    psqlodbc:
        info.c (r1.171 -> r1.172)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/info.c?r1=1.171&r2=1.172)
        version.h (r1.219 -> r1.220)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.219&r2=1.220)