I have a table, Foo. I run a query on Foo to get the ids from a subset of Foo. I then want to run a more complicated set of queries, but only on those IDs. Is there an efficient way to do this? The be
SQLObject caching is very aggressive for me. Can I prevent one specific开发者_高级运维 class from being cached?from the manual: