On Nov 29, 4:49 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> assuming youre using 0.3 youd have to call
> select.compile().construct_params({}).

The method doesn't exist (at least not in the MySQL engine I am using
(with sqlalchemy 0.3)), but while looking for the correct name I found
that

request.compile().get_params()

returns a dict that contains all the information I need.

Thanks!
-Samuel

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