On Dec 19, 2011, at 4:19 AM, Jacek Kałucki wrote:

> Was it your intention to return type value representation/expression instead 
> of just string value?
> Because it's inconvenient for me to receive "Decimal('121.22')" when I need 
> just "121.22".
> I don't know about the others, but I can't paste such value directly.

        No, but the data sets I was working with didn't have Decimal values.

        Can you try changing line 3337 from "ret = val.__repr__()" to "ret = 
val.__str__()", and let me know how that works? It should fix the Decimal 
issue, but I'd like to see if breaks anything else.



-- Ed Leafe




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

Reply via email to