Files
sqlalchemy/test
Mike Bayer eefdbd3757 - Now using cx_oracle output converters so that the
DBAPI returns natively the kinds of values we prefer:
- NUMBER values with positive precision + scale convert
to cx_oracle.STRING and then to Decimal.   This
allows perfect precision for the Numeric type when
using cx_oracle.  [ticket:1759]
- STRING/FIXED_CHAR now convert to unicode natively.
SQLAlchemy's String types then don't need to
apply any kind of conversions.
2010-04-03 15:33:55 -04:00
..
2010-02-23 17:17:08 +00:00
2009-08-09 20:50:46 +00:00
2010-04-02 16:15:17 -04:00
2010-04-03 14:08:45 -04:00