oledb - oledb: First attempt to solve the varchar length report bug

From: shachar(at)pgfoundry(dot)org (User Shachar)
To: pgsql-committers(at)postgresql(dot)org
Subject: oledb - oledb: First attempt to solve the varchar length report bug
Date: 2005-04-22 08:50:20
Message-ID: 20050422085020.725CC1FB6224@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
First attempt to solve the varchar length report bug (#1000286)

Modified Files:
--------------
oledb:
PgSess.cpp (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgSess.cpp.diff?r1=1.34&r2=1.35)
TypeInfo.cpp (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.cpp.diff?r1=1.15&r2=1.16)
TypeInfo.h (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.h.diff?r1=1.15&r2=1.16)

Browse pgsql-committers by date

  From Date Subject
Next Message User Shachar 2005-04-22 08:58:24 oledb - oledb: Report length of "char" fields as well.
Previous Message Bruce Momjian 2005-04-22 04:20:44 pgsql: Remove pre-7.3 mention that FOR UPDATE can be before LIMIT.