[Python-bugs-list] DCOracle select max() always returns integers (PR#289)

bchen@exelixis.com bchen@exelixis.com
Tue, 11 Apr 2000 18:52:56 -0400 (EDT)


Full_Name: Bin
Version: 1.5.2
OS: SUN Solaris
Submission from: shaker.exelixis.com (209.0.11.254)


I am using DCOracle to retrieve the max and min values of
an attribute from a database.  The attribute contains
floating point numbers.  If I use

select attr_name
from table_name

I got a list of floating point numbers.  But if I call

select max(attr_name)
from table_name

I always got integers.  Can anyone help me figure out
what's wrong?

Thanks,

Bin