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.
I just figured out why I'm not seeing any issue with floats. All my forms force a requery to retrieve data (I actually change the SQL). Therefore each of my forms sees the data correctly - as a float. Johnf _______________________________________________ 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]
