[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11624] GDL2 errors on deleted columns in PostgreSQL tables
From: |
Peter Cooper |
Subject: |
[bugs #11624] GDL2 errors on deleted columns in PostgreSQL tables |
Date: |
Mon, 17 Jan 2005 18:58:45 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 |
This is an automated notification sent by Savannah.
It relates to:
bugs #11624, project GNUstep
==============================================================================
OVERVIEW of bugs #11624:
==============================================================================
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11624>
Summary: GDL2 errors on deleted columns in PostgreSQL tables
Project: GNUstep
Submitted by: comrade
Submitted on: Mon 01/17/2005 at 18:58
Category: gdl2
Severity: 5 - Average
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
When connecting to a PostgreSQL database which contains tables with deleted
columns, an exception is raised due to illegal characters in the placeholders
for the deleted columns.
The Postgres95 (why is it called this?) adaptor should ignore these
placeholder columns.
A simple patch to Postgres95Channel.m is attached. The patch is cautious and
uses the ILIKE operator, rather than the LIKE operator to avoid
capitalisation issues depending on encoding and capitalisation rules. There
may be a small performance hit, but it should be safer.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Mon 01/17/2005 at 18:58 Name: ignore-deleted-columns.diff Size: 883B
By: comrade
Patch for PostgreSQL adaptor to ignore deleted columns
<http://savannah.gnu.org/bugs/download.php?item_id=11624&item_file_id=2072>
==============================================================================
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11624>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #11624] GDL2 errors on deleted columns in PostgreSQL tables,
Peter Cooper <=