mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-31 09:21:02 +00:00
* 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:
parent
c84ec193b4
commit
a375da55d0
3 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue