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

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix the bug that when the show OID column option is
Date: 2012-08-10 12:51:15
Message-ID: 20120810125115.64A1A18F2002@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the bug that when the show OID column option is enabled, SQLColumns() returns "oid" column info even when the column name 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2012-08-10 12:57:37 pgsql: Fix upper limit of superuser_reserved_connections, add limit for
Previous Message Magnus Hagander 2012-08-09 16:13:42 Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.