psqlodbc - psqlodbc: Map 'name' to SQL_VARCHAR rather than SQL_CHAR -

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Map 'name' to SQL_VARCHAR rather than SQL_CHAR -
Date: 2005-09-28 08:33:24
Message-ID: 20050928083324.043911125F81@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Map 'name' to SQL_VARCHAR rather than SQL_CHAR - this fixes an error with SQL Server linked servers which gets confused by the mismatch between the column size and the data size.

Modified Files:
--------------
psqlodbc:
pgtypes.c (r1.72 -> r1.73)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgtypes.c.diff?r1=1.72&r2=1.73)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2005-09-28 09:03:43 orafce - orafce: This release contains date functions next_day,
Previous Message Bruce Momjian 2005-09-27 23:32:40 pgsql: Add attribution.