Files
sqlalchemy/test/sql
Mike Bayer 782e578a41 - Numeric and Float types now have an "asdecimal" flag; defaults to
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]
2007-07-24 16:36:14 +00:00
..