Re: [HACKERS] Fields float4 don't return any row when selecting a value with a .

2003-06-17 Thread Bruno Wolff III
On Tue, Jun 17, 2003 at 23:26:07 -0300, "Francisco Figueiredo Jr." <[EMAIL PROTECTED]> wrote: > > > Hi all, > I'm using the 7.4 cvs version on cygwin and I noticed that if I have a > table with a field of float4 type and try to do a simple select: > select * from table where field_float4 = 4.4

[HACKERS] Fields float4 don't return any row when selecting a value with a.

2003-06-17 Thread Francisco Figueiredo Jr.
Hi all, I'm using the 7.4 cvs version on cygwin and I noticed that if I have a table with a field of float4 type and try to do a simple select: select * from table where field_float4 = 4.4 it doesn't return any rows. In the same table I have a float8 field and it works ok. If I try with a value