Re: OpenOffice and PostgreSQL: query with inner join - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: OpenOffice and PostgreSQL: query with inner join
Date
Msg-id 3E3F7E52.93D93C4B@tpf.co.jp
Whole thread Raw
In response to OpenOffice and PostgreSQL: query with inner join  (Ocke Janssen <Ocke.Janssen@sun.com>)
Responses Re: OpenOffice and PostgreSQL: query with inner join  (Ocke Janssen <Ocke.Janssen@sun.com>)
List pgsql-odbc
Ocke Janssen wrote:
>
> Hello,
>
> my name is Ocke Janssen. I'm a developer of the database component in
> OpenOffice and I encounter a problem (BUG) we have when executing a
> query which contains two tables with a primary key. The statement looks
> like this:
>
> SELECT "test1"."name", "test1_1"."name" FROM "test1" "test1", "test1"
> "test1_1" WHERE ( "test1"."id" = "test1_1"."id" )
>
> When setting the statement attributes to KeysetDriven, I get the error
> message that CTID is ambiguous. As far as I could see in the moment the
> problem is in the fucntion inner_process_tokens in file convert.c where
> CTID is added to the statemement. Is this problem known?

Maybe I found the cause.
Please try the snapshot dll at
  http://www.geocities.jp/inocchichichi/psqlodbc/ .

Thanks.
Hiroshi Inoue
    http://www.geocities.jp/inocchichichi/psqlodbc/

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Driver crash
Next
From: Hiroshi Inoue
Date:
Subject: Re: unixODBC, PostgreSQL 7.3 + ODBC V3 drivers?