Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

[ psqlodbc-Bugs-1010308 ] Updatability regression after 08020200


  • From: <noreply(at)pgfoundry(dot)org>
  • To: noreply(at)pgfoundry(dot)org
  • Subject: [ psqlodbc-Bugs-1010308 ] Updatability regression after 08020200
  • Date: Mon, 3 Mar 2008 17:56:24 +0000 (UTC)
  • Message-id: <20080303175624(dot)44ACC17ADCC4(at)pgfoundry(dot)org>

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 restrict the 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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group