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.

Charlie
--
Charlie Clark
Managing Director
Clark Consulting & Research
German Office
Kronenstr. 27a
Düsseldorf
D- 40217
Tel: +49-211-600-3657
Mobile: +49-178-782-6226

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