TODO question

From: "Pavlo Baron" <pb(at)pbit(dot)org>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO question
Date: 2001-12-27 21:09:14
Message-ID: 014101c18f1a$c06aa220$6500a8c0@bw1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This TODO-item "SELECT col FROM tab WHERE numeric_col = 10.1 fails, requires
quotes" - is it already fixed? I executed smth. like

select * from tab2 where dpcol = 10.1;

and it returns a record containing this value in the double precision column
"dpcol".

rgds
Pavlo Baron

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-12-27 21:22:56 Re: Implicit cast of literal in SQL statements
Previous Message Pavlo Baron 2001-12-27 20:58:06 TODO question