Re: Bug #487: Erroneus values of BOOLEANS

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: mjuan(at)cibal(dot)es, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug #487: Erroneus values of BOOLEANS
Date: 2001-10-19 02:36:16
Message-ID: 3BCF91A0.9747397C@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org wrote:
>
> Miguel Juan (mjuan(at)cibal(dot)es) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> Erroneus values of BOOLEANS
>
> Long Description
> I did not find a "report a bug" for the ODBC driver so I send it here:
>
> I thing it is a problem of the ODBC driver, when you unmark the option "Bools as char" in the ODBC conficuration, always returns "false" in any querys that have to returns a boolean type.
>
> The problem is when you ask the value of the field it returns FALSE.
>
> I'm using PostgreSQL 7.2 and ODBC driver is the 7.01.00.07
>
> You can go arround checking the "bools as char option" and then you can compare the result as a integer or a string (0:false , 1:true)
>

It may be my fault, sorry.
Please try psqlodbc-07_01_0008 at
http://odbc.postgresql.org/ftpsite/odbc/versions/dll/ .

regards,
Hiroshi Inoue

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christof Petig 2001-10-19 07:37:59 Re: ecpg - GRANT bug
Previous Message Bruce Momjian 2001-10-18 20:34:19 Re: [BUGS] SQLCODE==-209