[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #3807] One line too many in -describeTableNames
From: |
nobody |
Subject: |
[bug #3807] One line too many in -describeTableNames |
Date: |
Sun, 22 Jun 2003 09:04:10 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4b) Gecko/20030507 |
=================== BUG #3807: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3807&group_id=99
Changes by: David Ayers <d.ayers@inode.at>
Date: Sun 06/22/2003 at 15:04 (Europe/Vienna)
What | Removed | Added
---------------------------------------------------------------------------
Assigned to | None | ayers
Status | Open | In Test
------------------ Additional Follow-up Comments ----------------------------
Hi Markus,
the fix is trivial and seems correct.
None the less, I'm trying to add tests for this. I'm using PostgreSQL 7.2.3
and I'm receiving a PGRES_NONFATAL_ERROR (status 6) upon running that select,
due to the fact, that schemaname does not seem to exist in my pg_tables.
I'm not a PostgresSQL expert, so it might take me a while to figure out what's
going on. If you happen to have background information, please give me pointer.
=================== BUG #3807: FULL BUG SNAPSHOT ===================
Submitted by: hitterm Project: GNUstep
Submitted on: Thu 05/29/2003 at 23:22
Category: gdl2 Severity: 5 - Major
Bug Group: Bug Resolution: None
Assigned to: ayers Status: In Test
Summary: One line too many in -describeTableNames
Original Submission: In file Postgres95Channel.m, method -describeTableNames,
this line doesn't fit in:
[_oidToTypeName removeAllObjects];
The line is a result of my Copy&Paste action when I implemented the method. The
rest of the method works fine.
With this line, the next query will fail.
Follow-up Comments
*******************
-------------------------------------------------------
Date: Sun 06/22/2003 at 15:04 By: ayers
Hi Markus,
the fix is trivial and seems correct.
None the less, I'm trying to add tests for this. I'm using PostgreSQL 7.2.3
and I'm receiving a PGRES_NONFATAL_ERROR (status 6) upon running that select,
due to the fact, that schemaname does not seem to exist in my pg_tables.
I'm not a PostgresSQL expert, so it might take me a while to figure out what's
going on. If you happen to have background information, please give me pointer.
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3807&group_id=99
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #3807] One line too many in -describeTableNames,
nobody <=