[sqlalchemy] Oracle, Decimal, and 0.6.2

2010-07-13 Thread Rodney
I just upgraded to 0.6.2 and the new handling of Decimal for Oracle is giving me trouble. More specifically, I have a query that's pulling data from a pipeline function (e.g., SELECT * FROM TABLE (func (:a,:b,:c))). In previous SA versions, a couple of the columns were correctly returned as

Re: [sqlalchemy] Oracle, Decimal, and 0.6.2

2010-07-13 Thread Michael Bayer
On Jul 13, 2010, at 5:01 PM, Rodney wrote: I just upgraded to 0.6.2 and the new handling of Decimal for Oracle is giving me trouble. More specifically, I have a query that's pulling data from a pipeline function (e.g., SELECT * FROM TABLE (func (:a,:b,:c))). In previous SA versions, a