currently:

statement.compile().construct_params()


On May 9, 2007, at 6:44 PM, m h wrote:

>
> Hey-
>
> I think this is a simple question but I couldn't find it in the docs
> (or wiki or faq).
>
> I'm trying to debug a query that has some string literals in it (ie
>
> calendar.c.week.between(func.to_date('09/19/06','MM/DD/ 
> RR')-84,func.to_date('09/19/06','MM/DD/RR')
>
> )
>
> and when I view the sql (via print str(select_statement)), I get:
>
> CALENDAR".week BETWEEN to_date(:to_date, :to_date_1) - :to_date_2 AND
> to_date(:to_date_3, :to_date_4)
>
> So how do I view the dict containing :to_date[n]?
>
> thanks
>
> matt
>
> >


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