On Jul 12, 2014, at 8:17 AM, Michael Bayer <[email protected]> wrote:
> If decimal accuracy is of any concern, you should be using Decimal objects > fully, never a Python float, and if you are using a Numeric without > asdecimal=False this is more appropriate. > sorry, asdecimal=True, use Decimal objects, asdecimal=False, use float objects. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
