Re: [Zope-DB] Zope, DCOracle2, concurrent transactions, etc.

2006-05-04 Thread Matthew T. Kromer
I'm pretty confident that the db component (the C layer) doesn't have any GIL problems. However, the DA component (the Zope layer) *may* have all sorts of unusual failure modes. Debugging transaction concurrency problems is always tricky, but keep in mind there are Python layer abstraction

[Zope-DB] Error when getting over 20 results

2006-05-04 Thread Jonas Nielsen
I have the following ZSQL method: select * from pmember where project= The result should be about 60 records. However it only works if I set "Maximum rows to retrieve" in the "advanced" tab to a number below 20. If I don't, I get the following error: * KeyError Sorry, a site

Re: [Zope-DB] Error when getting over 20 results

2006-05-04 Thread Charlie Clark
On 2006-05-04 at 14:18:44 [+0200], Jonas Nielsen <[EMAIL PROTECTED]> wrote: > I have the following ZSQL method: > > select * from pmember where project= > > The result should be about 60 records. However it only works if I set > "Maximum rows to retrieve" in the "advanced" tab to a number below