Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: <noreply(at)pgfoundry(dot)org>
  • To: noreply(at)pgfoundry(dot)org
  • Subject: [ psqlodbc-Bugs-1010217 ] ODBC 8.02.0500 bug on returned size of bpchar and varchar
  • Date: Thu, 20 Dec 2007 15:14:29 +0000 (UTC)
  • Message-id: <20071220151429.21D9A17ACF44@pgfoundry.org> <text/plain>

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=1010217&group_id=1000125

Category: None
Group: None
Status: Open
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=1010217&group_id=1000125



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group