[PATCH] Allow field set from a joined query - Mailing list pgsql-odbc

From Russell F
Subject [PATCH] Allow field set from a joined query
Date
Msg-id CA+bhM4L9SoQpmeiKZiqcgQTjNFrBaomoUEro_LT6kCEh2khgrg@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Allow field set from a joined query
List 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

pgsql-odbc by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: Issue related to command timeout after 30s
Next
From: Russell F
Date:
Subject: Re: [PATCH] Allow field set from a joined query