Użytkownik John napisał:
> On Wednesday 03 February 2010 09:11:11 am Ed Leafe wrote:
>    
>> He already did: double precision. Since that's not a native Python type,
>> Dabo converts it to Decimal if Decimal is available. psycopg, though,
>> returns it as a float. So the first time through the query, these values
>> show up in Dabo as Decimal, but if you immediately requery, the type
>> correction code was being skipped, and they would show up in Dabo as float
>>      
> Got it thanks.  I did some checking and noticed a possible error in
> dbPostgres.py.  I have committed - but I doubt that it had any influence on
> the issue at hand.
>    

No, it hadn't. But I think that Ed is on the right way to correct this.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to