> > > > I am a bit puzzled why the PostgreSQL71 class is used here > > for this BLOB insert. I would expect the PostgreSQL72 class > > since handling of blobs changed in 7.2. > > The PostgreSQL71 class is a superclass of the latter. > > In MMBase the logger category essentially refers to the class that > defines the code that is currently executed. > This is not necessarily the class of the instance - it may be a > superclass as well.
But in the case of BLOB handling, which is one of the things that changed in the 7.2 version, I would expect the PostgreSQL72 class to come into action. The responsible method in the PostgreSQL71 class should have been overridden by the PostgreSQL72 class. --------------------------------- Peter Reitsma telno. 855 Innovatie & ontwikkeling www.kennisnet.nl
