On May 10, 2007, at 5:21 PM, m h wrote:

>
> I'm playing around with doing queries with the data mapper and am
> wondering how to view the SQL generated for them.  (Since there is no
> intermediate query or select instance, I'm at a loss).
>
> thanks,
>
> matt

typically using echoing/logging.

if you want the actual Select objects generated, use query.compile().

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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