[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Modifying a table while using next()
- From: "Vaughan McAlley" <ockegheim@...>
- Date: Tue, 8 Apr 2008 15:02:54 +1000
On 08/04/2008, Daniel Stephens <daniel@danielstephens.com> wrote:
Vaughan McAlley wrote:
... the behaviour is undefined. Does this just mean it may or may not include t.d during the current traversal? I can live with that. Or would it produce an error?
As the behaviour is undefined, any of the possibilities may occur (or for that matter, something entirely different such as re-traversal of existing entries).
Have you considered a 2 table solution where you iterate over one table while writing updates into a second?
No, but I certainly will...