[PATCH] Allow field set from a joined query

Поиск
Список
Период
Сортировка
От Russell F
Тема [PATCH] Allow field set from a joined query
Дата
Msg-id CA+bhM4L9SoQpmeiKZiqcgQTjNFrBaomoUEro_LT6kCEh2khgrg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Allow field set from a joined query  (Russell F <russman7474@gmail.com>)
Список 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
Вложения

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

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