Hi All,

Have a look at this traceback, entry.value is a Site object returned
from a query, accessing id (5 lines from the bottom) seems to trigger
an attribute refresh. Obviously this defeats the point of the caching
I'm doing. If I avoid any of the relations on the Site object, for
read-only access, can I also avoid attribute refresh? (maybe I erred
by not expunging the Site object from the session before placing it in
the cache?)

http://pylonshq.com/tracebacks/1f0d4adf753700839add5bba408dde9f

-Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@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