[PATCH] Allow field set from a joined query

From: Russell F <russman7474(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: [PATCH] Allow field set from a joined query
Date: 2020-05-26 21:53:21
Message-ID: CA+bhM4L9SoQpmeiKZiqcgQTjNFrBaomoUEro_LT6kCEh2khgrg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi All,

I made this quick change to allow setting fields when a query has an inner
or outer join in it. I'm not exactly sure why the check disallowed joins
containing the "X JOIN", such as "LEFT JOIN" or "INNER JOIN", but allowed
the variant "JOIN". Unless I missed something. Maybe an artifact from old
code?

Also, I added an option in the build to specify a postgres installation
directory, since some may just have the postgres bins built but not
installed.

thanks,
Russell

Attachment Content-Type Size
0001-Allow-updates-from-joined-tables.-This-was-already-b.patch application/octet-stream 4.2 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Russell F 2020-05-27 22:31:50 Re: [PATCH] Allow field set from a joined query
Previous Message Hiroshi Saito 2020-05-26 13:05:06 psqlODBC 12.02.0000 Released