* EOAdaptors/Postgres95/Postgres95Channel.m

([-_describeBasicEntityWithName:forModel:]): Ignore droped
        columns.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@20594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2005-01-22 10:20:35 +00:00
parent c84ec193b4
commit a375da55d0
3 changed files with 9 additions and 2 deletions

View file

@ -118,7 +118,7 @@ RCS_ID("$Id$")
return [NSArray arrayWithObjects: _keyValues count: _keyCount];
}
- (BOOL)isEqual: other
- (BOOL)isEqual: (id)other
{
unsigned short oCount;
int i;