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

Поиск
Список
Период
Сортировка
От Russell F
Тема Re: [PATCH] Allow field set from a joined query
Дата
Msg-id CA+bhM4+OciMv4h7L__eMR-v4_qe_fW61RLFH+YNqsHmTSUThxw@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] Allow field set from a joined query  (Russell F <russman7474@gmail.com>)
Ответы Re: [PATCH] Allow field set from a joined query  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Список pgsql-odbc
Expanded this patch some to fix some other parsing issues with joins.

Also available here:


Russell

On Tue, May 26, 2020 at 5:53 PM Russell F <russman7474@gmail.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
Вложения

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Russell F
Дата:
Сообщение: [PATCH] Allow field set from a joined query
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: [PATCH] Allow field set from a joined query