mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 06:32:08 -04:00
782e578a41
True for Numeric, False for Float. when True, values are returned as decimal.Decimal objects; when False, values are returned as float(). the defaults of True/False are already the behavior for PG and MySQL's DBAPI modules. [ticket:646]