* EOAdaptors/Postgres95/Postgres95Channel.m

([Postgres95Channel -describeTableNames]): Removed incorrect code
	left by copy and paste action.  Reported by Markus Hitter.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2003-06-22 16:36:40 +00:00
parent 41e061b8e0
commit a1e8f8e5db
2 changed files with 5 additions and 2 deletions

View file

@ -1,8 +1,12 @@
2003-06-21 David Ayers <d.ayers@inode.at>
2003-06-22 David Ayers <d.ayers@inode.at>
* EOControl/EOFault.m ([EOFault -respondsToSelector:]): Adapt to
current GSObjCRuntime API.
* EOControl/EOUndoManager.h: Correct includes.
* EOAdaptors/Postgres95/Postgres95Channel.m
([Postgres95Channel -describeTableNames]): Removed incorrect code
left by copy and paste action. Reported by Markus Hitter
<mah@jumping.de>
2003-06-01 David Ayers <d.ayers@inode.at>

View file

@ -1335,7 +1335,6 @@ each key
@"bad response from server"];
}
[_oidToTypeName removeAllObjects];
count = PQntuples(_pgResult);
for (i = 0; i < count; i++)