[sqlalchemy] Re: mssql wrapper for numeric Datatype.

2009-01-03 Thread Michael Trier
Hi, On Fri, Jan 2, 2009 at 11:56 PM, Jaimy Azle jaimy.a...@gmail.com wrote: On Saturday, January 3, 2009, 7:07:00 AM, Michael Trier wrote: Would it be possible for you to do up a test case demonstrating the problem? If so, we could get to it very quickly. sure, here it is: Corrected

[sqlalchemy] Re: mssql wrapper for numeric Datatype.

2009-01-02 Thread Jaimy Azle
On Saturday, January 3, 2009, 7:07:00 AM, Michael Trier wrote: Would it be possible for you to do up a test case demonstrating the problem? If so, we could get to it very quickly. sure, here it is: from elixir import * import sqlalchemy as sa import unittest db_opts = {} db_eng = None