[OGo-GNUstep-Port] postgresql adapter exception while entering a project

Sebastian Reitenbach gnustep-port@opengroupware.org
Sun, 10 Jun 2007 13:34:43 +0200


Hi,

gnustep-port@opengroupware.org wrote: 
> Hi Helge,
> 
> > 
> > I've committed a change. GDL calls -expressionValueInContext: to  
> > retrieve the textual SQL representation of an object. Per default  
> > (NSObject category) this calls either -stringValue or -description on  
> > the object.
> > 
> > I've added a gstep-base specific category which checks for NSBoolNumber.
> 
> Thanks a lot, I'll test when the new nightly packages are built and 
> available. 
>
tested, and works well. Now it seems I only run into these fatal exceptions 
in 
-[NSKeyValueCoding setNilValueForKey:] 
and 
-[NSKeyValueCoding setValue: forUndefinedKey:]

can these exceptions be handled somewhere in sope or ogo?

not really gnustep-port related, but could you apply the patches to bugs 
1804 and 1805? would be good for the package creation to have not too much 
patch files to deal with.

Sebastian