Re: ConnInfo assumes signed char

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ConnInfo assumes signed char
Date: 2003-02-08 17:16:35
Message-ID: 17748.1044724595@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Oliver Elphick <olly(at)lfix(dot)co(dot)uk> writes:
> ConnInfo, defined in connection.h, assumes that char = signed char.

I agree, this is a genuine bug. It appears to have been introduced
post-7.2, as the ODBC sources in the REL7_2 branch don't seem to
try to assign negative values to these fields.

regards, tom lane

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Giuliano Gavazzi 2003-02-09 00:49:00 psqlodbc and SQLFetch after SQLTables gives SQL_NO_DATA_FOUND
Previous Message Jagaraj, Peter 2003-02-07 19:29:14 FW: Multiple databases question