[ psqlodbc-Bugs-1010217 ] ODBC 8.02.0500 bug on returned size of bpchar and varchar

[ psqlodbc-Bugs-1010217 ] ODBC 8.02.0500 bug on returned size of bpchar and varchar

am 26.02.2008 18:40:25 von noreply

Bugs item #1010217, was opened at 20-12-2007 15:14
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10102 17&group_id=1000125

Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 3
Submitted By: Luiz Matsumura (luizkm)
Assigned to: Nobody (None)
Summary: ODBC 8.02.0500 bug on returned size of bpchar and varchar

Initial Comment:
ODBC 8.02.0500 return incorrect size for fields of char and varchar type.

The size of field is return ( 2 * real size )
For example for a varchar(60) is returning as varchar(120)

Mylog and commlog attached

Thanks in advance.

------------------------------------------------------------ ----------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=10102 17&group_id=1000125

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match