[sqlalchemy] pymssql and decimal support

2011-07-06 Thread emmanuel CAZENAVE
Hello, I'm facing problems with mssql+pymssql: it seems that pymssql has poor decimal support. As a result there are some rounding differences between the values stored in the database, and the values I get when querying through mssql+pymssql. And I absolutely need the exacts values stored in the

Re: [sqlalchemy] pymssql and decimal support

2011-07-06 Thread Michael Bayer
On Jul 6, 2011, at 12:57 PM, emmanuel CAZENAVE wrote: Hello, I'm facing problems with mssql+pymssql: it seems that pymssql has poor decimal support. As a result there are some rounding differences between the values stored in the database, and the values I get when querying through