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

Поиск
Список
Период
Сортировка
От Inoue, Hiroshi
Тема Re: [PATCH] Allow field set from a joined query
Дата
Msg-id 9a52594b-260e-e7b4-60ee-90e72bdc4bce@dream.email.ne.jp
обсуждение исходный текст
Ответ на Re: [PATCH] Allow field set from a joined query  (Russell F <russman7474@gmail.com>)
Ответы Re: [PATCH] Allow field set from a joined query  (Russell F <russman7474@gmail.com>)
Список 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:


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
Дата:
Сообщение: Re: [PATCH] Allow field set from a joined query
Следующее
От: Russell F
Дата:
Сообщение: Re: [PATCH] Allow field set from a joined query