Re: [PATCH] Allow field set from a joined query

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Russell F <russman7474(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [PATCH] Allow field set from a joined query
Date: 2020-05-28 11:53:16
Message-ID: 9a52594b-260e-e7b4-60ee-90e72bdc4bce@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Russell,

Thanks.
I would take care of your patches.

The current driver is not expected to update/delete result sets
with multiple tables. Please show me the examples.

regards,
Hiroshi Inoue

On 2020/05/28 7:31, Russell F wrote:
> Expanded this patch some to fix some other parsing issues with joins.
>
> Also available here:
>
> https://github.com/worldleaderpretend/psqlodbc.git
>
> Russell
>
> On Tue, May 26, 2020 at 5:53 PM Russell F <russman7474(at)gmail(dot)com
> <mailto:russman7474(at)gmail(dot)com>> wrote:
>
> 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
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Russell F 2020-05-28 13:48:31 Re: [PATCH] Allow field set from a joined query
Previous Message Russell F 2020-05-27 22:31:50 Re: [PATCH] Allow field set from a joined query