Re: [SQLObject] Using a persistant connection
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Luke O. <lu...@me...> - 2003-05-01 17:22:04
|
_connection = WhateverConnection(...., cacheValues=False) is that all you're looking for? Maybe i misread your question. - Luke Quoting Nick <ni...@dd...>: > If I want to keep a persistant db connection but not cache, I can > see > how I can do this by saying: > > class._connection.cache = CacheSet() > > but I'm not sure if mucking with the internals like that is the > right > way to go. Is there some other way to handle this that I'm not > seeing? > If not, should there be? > > Nick > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > sqlobject-discuss mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss > -- i find your contempt for naked feet curious. |