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

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 07:41:23 -0700


Bug #110867, was updated on 2000-Aug-01 14:41
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Open
Resolution: None
Bug Group: 3rd Party
Priority: 5
Summary: DCOracle select max() always returns integers (PR#289)

Details: Jitterbug-Id: 289
Submitted-By: bchen@exelixis.com
Date: Tue, 11 Apr 2000 18:52:54 -0400 (EDT)
Version: 1.5.2
OS: SUN Solaris


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



====================================================================
Audit trail:
Sat Jul 01 02:44:48 2000	fdrake	moved from incoming to 3rdpartybug

Follow-Ups:

Date: 2000-Aug-25 07:41
By: jhylton

Comment:
Ken-- Can you forward this report to someone at DC and then close the Python bug?

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110867&group_id=5470