Re: ConnInfo assumes signed char - Mailing list pgsql-odbc

From Tom Lane
Subject Re: ConnInfo assumes signed char
Date
Msg-id 17748.1044724595@sss.pgh.pa.us
Whole thread Raw
In response to ConnInfo assumes signed char  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-odbc
Oliver Elphick <olly@lfix.co.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

pgsql-odbc by date:

Previous
From: Oliver Elphick
Date:
Subject: ConnInfo assumes signed char
Next
From: Giuliano Gavazzi
Date:
Subject: psqlodbc and SQLFetch after SQLTables gives SQL_NO_DATA_FOUND