Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-19 Thread Jon Prettyman
The leaking SQLAlias I see is coming from: Shared.DC.ZRDB.Results I'm going to try the same type of fix in there and see what happens. -jon "Brian Lloyd" [EMAIL PROTECTED] writes: oops - I sent that before I had my coffee. I should have attached the checkin version, not the broken one

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-08 Thread Brian Lloyd
OK, I've put this into the Collector. I'm intrigued as to what the operating procedure is with the Collector though - there appear to be a large number of Pending jobs. Does that mean that Digital Creations haven't even looked at them, or that they just haven't done anything about them?

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-07 Thread Dyon Balding
OK, I've put this into the Collector. I'm intrigued as to what the operating procedure is with the Collector though - there appear to be a large number of Pending jobs. Does that mean that Digital Creations haven't even looked at them, or that they just haven't done anything about them?

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Dyon Balding
OK, I've had more of a hack at this, and I've narrowed the problem down a little. It appears that any access to an SQLAlias object causes it to not be correctly released. The SQLAlias objects means that you can access column names using a different case to how they are stored in the database.

Re: [Zope-dev] SQLAlias Memory Leak?

2000-12-06 Thread Jon Prettyman
I've seen this as well under DCOracle. -jon Dyon Balding [EMAIL PROTECTED] writes: OK, I've had more of a hack at this, and I've narrowed the problem down a little. It appears that any access to an SQLAlias object causes it to not be correctly released. The SQLAlias objects means that