I'm using sqlobject by way of TurboGears.  Anyhow, I have some select
queries that seem to hit the database initially, then later, I get the
cached responses.

For example:

    conn = model.hub.hub.getConnection()

    results = conn.queryAll('select now()')


I always get the first time over and over again.

This is a problem because some other processes on other boxes are
putting rows into my database. 

What can I do to purge the cache, or at least inform sqlobject to hit
the database, despite what it has in cache?

Matt

-- 
A better way of running series of SAS programs:
http://overlook.homelinux.net/wilsonwiki/SasAndMakefiles


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to