On Aug 28, 2010, at 3:54 AM, kee chen wrote:

> Dear All,
> 
> Is below conn guaranteed from connection pool inside of engine?
> 
>     engine = create_engine(...)      
>     conn = engine.connect()                    
>     conn.connection.<do DBAPI things> 

yes


> 
> and can I get connection pool reference from engine?


engine.pool


background:  http://www.sqlalchemy.org/docs/dbengine.html


> 
> Thanks,
> 
> 
> KC
> 
> -- 
> 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.

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