[sqlalchemy] Numeric not consistent between Postgres and Oracle in 0.6

2010-05-06 Thread Kent Bower
The following has changed since 0.5.8 in 0.6.0. I believe this is already known or by design from reading docs and another post but want to point out. If you specify a column such as this: Column(saleprice, Numeric, nullable=False) you get a 'numeric' type in PostgreSQL, which supports

Re: [sqlalchemy] Numeric not consistent between Postgres and Oracle in 0.6

2010-05-06 Thread Michael Bayer
On May 6, 2010, at 12:11 PM, Kent Bower wrote: The following has changed since 0.5.8 in 0.6.0. I believe this is already known or by design from reading docs and another post but want to point out. If you specify a column such as this: Column(saleprice, Numeric, nullable=False) you