On Mon, May 17, 2010 at 8:58 AM, Michael Bayer <mike...@zzzcomputing.com> wrote:
> it is here:
>
> http://groups.google.com/group/sqlalchemy/browse_thread/thread/7f950b628d7ebee5/4421b272d4c7f91f
>
>
> let me add that to the wiki

The part about the thread that worries me a bit is this:

        "(%s)" % ", ".join(repr(elem) for elem in tup)

Is there a way to do this using the same parameter escaping mechanism
that the rest of SA uses?
The repr() seems a bit off to me here.

Of course, being able to specify the names of columns would also be
nifty - while it's nice to rely on "column1", "column2" it's also nice
to get in your result sets the names that one might prefer.

-- 
Jon

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to