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?
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---