[sqlalchemy] Authoring Dialects: How to Fix AssertionError: assert Decimal('15.7563') in [15.7563] ?

2015-05-14 Thread Robert Buck
I am authoring a dialect for our database technology and one of the tests is failing, but I am not quite sure why, or how to proceed. Would someone know where I'd look, or what I may be missing, to fix this aspect of the dialect? I am likely missing something, but I've already messed with the

Re: [sqlalchemy] Authoring Dialects: How to Fix AssertionError: assert Decimal('15.7563') in [15.7563] ?

2015-05-14 Thread Mike Bayer
On 5/14/15 8:02 AM, Robert Buck wrote: I am authoring a dialect for our database technology and one of the tests is failing, but I am not quite sure why, or how to proceed. Would someone know where I'd look, or what I may be missing, to fix this aspect of the dialect? I am likely missing