Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Casey Duncan
On Tuesday 20 November 2001 05:35 pm, Wolfram Kerber allegedly wrote: Hi, i'm currently working on a product that allows to attach relational information to zope-objects. It works quite well so far, but to further enhance it i need to make some changes to the Catalog. I could perhaps

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Steve Alexander
Casey Duncan wrote: I have some code that implements this in my CatalogQuery product. It creates a query object from a string. Presently these are not persistent, but they could easily be made to be to create precompiled queries. code at: http://www.zope.org/Members/Kaivo/CatalogQuery

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Andreas Jung
Is this code available for public ? Andreas - Original Message - From: Matt Hamilton [EMAIL PROTECTED] To: Casey Duncan [EMAIL PROTECTED] Cc: Steve Alexander [EMAIL PROTECTED]; Wolfram Kerber [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 27, 2001 10:06 Subject: Re:

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Matt Hamilton
On Tue, 27 Nov 2001, Andreas Jung wrote: Is this code available for public ? Sort of :) It used to be around, but the server with it on is currently offline and in need of a new disk controller, so it is not to hand. It is also poorly commented :( and written in very highly optimised (read:

Re: [Zope-dev] Resize a image stored in a Oracle's BLOB Field

2001-11-27 Thread Matthew T. Kromer
I'm not really sure when this was asked ( I dont think it was '99) :) The img> tag is in the containing document, not the actual method which returns the image... Somewhere else you have an img src="myZopeUrlWhichReturnsAnImage"> which is where you slap the height and width tags. On Friday,

Re: [Zope-dev] More signal 11 restarts....

2001-11-27 Thread Matthew T. Kromer
The only real suggestion I have is to attach the debugger to a running thread and hope it hits the fault while the debugger is attached. Linux core files are difficult to impossible to debug when threading is active. The 2.4 kernels may have addressed this some but I dont know that gdb has

[Zope-dev] PluginIndexes, 2 bugs

2001-11-27 Thread Juan David Ibáñez Palomar
First bug, the module 'Products/PluginIndexes/tests/testFieldIndex.py' contains the methods 'checkEmpty', 'checkPopulated', 'checkZero', 'checkNone' and 'checkRange'; they should be named 'testEmpty', 'testPopulated', etc.. otherwise the tests doesn't run. Last bug, The file

Re: [Zope-dev] Overriding base class method / CatalogAware mixin

2001-11-27 Thread Dieter Maurer
[EMAIL PROTECTED] writes: I got a TypeError that I think is due to ExtensionClass when trying to call the superclasses method, even with an instance of the subclass passed as the first variable. I am not sure, I understand your problem... But it may be the problem clearly described

Re: [Zope-dev] More signal 11 restarts....

2001-11-27 Thread Dieter Maurer
Daniel Duclos writes: I have a zope that is dumping signal 11 every 40 minutes or so. I have tried recompile python 2.1.1 with-threads without-pymalloc, recompile Zope with it, recompile ZPAtterns, recompile and instal MYSQL for Python 0.9.1, upgraded to Zope 2.4.3, all this on a

Re: [Zope-dev] Catalog improvements

2001-11-27 Thread Wolfram Kerber
Hi No, i wasn't aware of your product :-( , the only one i found was ZOQL by Stephan Richter, but that didn't help much. Well, now i have written an implementation that reuses some of the code in TextIndex (for parenthesis parsing and insertion of a default operator) an then saves the query in