[DB-SIG] Oracle Number

Marcos Sánchez Provencio msanchez at grupoburke.com
Fri Mar 26 06:52:13 EST 2004


For some values, it is impossible to guarantee that no precision is lost 
if converted to any other type. You may try cx_Oracle to see if it 
pleases you more.

Sakesun Roykiattisak wrote:

> I'm using adodbapi with oracle and I've found number-field always 
> return as "unicode-string".  Anybody have any idea why ?
>
>> Subject:
>> Re: [DB-SIG] Problem with mx an Oracle
>> From:
>> "M.-A. Lemburg" <mal at egenix.com>
>> Date:
>> Thu, 25 Mar 2004 17:25:41 +0100
>> To:
>> Kike Peña <kepena at telesat.com.co>
>>
>>
>>
>> Oracle has a single numeric type called number. This is mapped
>> to a Python float since the precision of those numbers is always >0.
>>
>> HTH,
>
>
>




More information about the DB-SIG mailing list