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. 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]
