Andrew wrote:
>
> On Sep 30, 3:46 pm, "Michael Bayer" <[email protected]> wrote:
>> what happens if you say:
>>
>> engine.execute(myquery.statement).fetchall()
>>
>> ?
>>
>
> That worked (spaced out for readability):
>
> [
>
> (Decimal('468811'), ... ),
>
> (Decimal('468810'), ... ),
>
> (Decimal('468721'), ...) ,
>
> ...]
>
> What does this mean, then?

I really have no idea.   I can't tell you the issue unless I have
reproducing code here which I can step through.   you might want to try
simplifying your statement to isolate what causes it to convert the
Decimal to a None.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to