On Nov 29, 4:49 pm, Michael Bayer <
mike...@zzzcomputing.com> 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