On May 19, 2013, at 12:57 PM, "Charlie Clark" 
<charlie.cl...@clark-consulting.eu> wrote:

> Am 19.05.2013, 17:09 Uhr, schrieb Michael Bayer <mike...@zzzcomputing.com>:
> 
>> you want to pull a DBAPI cursor from SQLAlchemy's notion of the DBAPI 
>> connection, like this:
>> dbapi_conn = session.connection().connection
>> cursor = dbapi_conn.cursor()
> 
> Thanks for explaining the nested connection stuff. So, you recommend 
> completely bypassing SQLa for this sort of thing? I found I was doing that 
> anyway because of the inability to map the results to any models.

Yes, SQLA actually doesn't get into callproc() or any of that at all right now. 
  Not that we can't someday, but it hasn't been a priority to build around 
that.   (It is something I'm curious about, stored procedure support, but I'd 
need a reason to go there).

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


Reply via email to