[Zope] Batches in ZPT: not stateful, yet...

Chris McDonough chrism@zope.com
21 Jan 2003 17:57:36 -0500


On Tue, 2003-01-21 at 17:50, Tom Emerson wrote:
> Right, I got that. But the batch itself: if I have a SQL method that
> is returning a result set, is that called for each subset of records
> in the batch? 

Yes, it is (modulo any caching you're doing on the SQL method).

- C