Hi. I use declarative orm with session.  With my current
configuration, SQLAlchemy refreshes more often than I'd like.  In
other words, when I look at the echo log, I see more SELECT statements
than I'd like.  It issues a SELECT when I read an attribute, but I
don't want it to do that.  What is the best way to suppress these
automatic refreshes?

Thanks,
Keith

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