it's not. if you want to work with named cursors in a DBAPI-specific way I would follow the guidelines at https://docs.sqlalchemy.org/en/13/core/connections.html#working-with-raw-dbapi-connections .
On Mon, Oct 5, 2020, at 11:00 AM, Massimiliano della Rovere wrote: > When using .execution_options(stream_results=True), is it possible to pass > the cursor name too? > > -- > SQLAlchemy - > The Python SQL Toolkit and Object Relational Mapper > > http://www.sqlalchemy.org/ > > To post example code, please provide an MCVE: Minimal, Complete, and > Verifiable Example. See http://stackoverflow.com/help/mcve for a full > description. > --- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sqlalchemy/CADKhPGTm7oLxs%2BY1qUXJgfoU24j1rqp5fz0dyBNrzyj%2B8u99Hg%40mail.gmail.com > > <https://groups.google.com/d/msgid/sqlalchemy/CADKhPGTm7oLxs%2BY1qUXJgfoU24j1rqp5fz0dyBNrzyj%2B8u99Hg%40mail.gmail.com?utm_medium=email&utm_source=footer>. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description. --- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/3e32608f-f690-400c-819d-8000bfaef27b%40www.fastmail.com.
