[DB-SIG]3rd Post : rounded values returned by DCO2

Guido van Rossum guido at python.org
Tue May 25 10:24:35 EDT 2004


> I'm in trouble ! I can't understand what happening. I retrieve data
> from Oracle 8i database, throw DCO2 using python, and I get every
> values rounded to the nearest integer with a precision of one : 3,97
> --> 4.0 4 --> 4.0
> 4.12      --> 4.0
>  
> Please help me I have already send 2 emails to [DB-SIG] mailing list
> with no success ... I don't know what I can do now ...
>  
> Operating System         : Linux 
> Distribution                   : Red Hat 9
> Python Version             : 2.2.1
> Oracle Version              : 8.1.7
> DCO2                           : 1.2
>  
> Find attached DCO2TRACELOG file.

The attachment didn't make it.

What we would need to help you, though, is (a) the schema (table
definition) and (b) the Python code you are using.  Without these
nobody can help you.

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the DB-SIG mailing list