On Jul 24, 2006, at 7:18 AM, Simen Haugen wrote:
I changed dBackend.py line 59 From: elif isinstance(val, (int, long)): To: elif isinstance(val, (int, long, float)):and now I can save float values.
That looks like a good fix. I'm adding that to the Subversion copy. Thanks for the catch!
-- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
