[ psqlodbc-Bugs-1010308 ] Updatability regression after 08020200 - Mailing list pgsql-odbc

From
Subject [ psqlodbc-Bugs-1010308 ] Updatability regression after 08020200
Date
Msg-id 20080303175624.44ACC17ADCC4@pgfoundry.org
Whole thread Raw
List pgsql-odbc
Bugs item #1010308, was opened at 2008-03-03 18:56
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010308&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Pedro Gimeno (pgimeno)
Assigned to: Nobody (None)
Summary: Updatability regression after 08020200

Initial Comment:
In version 08_02_0200, the following query was updatable:

SELECT tbl1.pk, tbl1.data FROM tbl1
 INNER JOIN tbl2 ON tbl1.fk = tbl2.pk
 ;

In public releases 08_02_0300 and above, that query is no longer updatable.

Incidentally, the same happens with this query:

SELECT tbl1.pk, tbl1.data FROM tbl1
 -- INNER JOIN tbl2 ON tbl1.fk = tbl2.pk
 ;

even if the join is commented out as denoted by the "--".

We need those kinds of queries (the first kind, not the commented out one) to be updatable because that way we can
restrictthe query using fields from tbl2 by means of a WHERE clause. We've had to downgrade the version to 08_02_0200. 


----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010308&group_id=1000125

pgsql-odbc by date:

Previous
From: Son Osiris
Date:
Subject: Symbol files
Next
From: "Hiroshi Saito"
Date:
Subject: Re: Symbol files