Files
sqlalchemy/test/dialect
Mike Bayer 25db56bc0c - Oracle's "native decimal" metadata begins to return
ambiguous typing information about numerics
    when columns are embedded in subqueries as well
    as when ROWNUM is consulted with subqueries, as we
    do for limit/offset.  We've added these ambiguous
    conditions to the cx_oracle "convert to Decimal()"
    handler, so that we receive numerics as Decimal
    in more cases instead of as floats.  These are
    then converted, if requested, into Integer
    or Float, or otherwise kept as the lossless
    Decimal [ticket:1840].
2010-07-01 16:57:02 -04:00
..
2009-08-06 21:11:27 +00:00
2009-08-06 21:11:27 +00:00