A proposal to change psqlodbc

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема A proposal to change psqlodbc
Дата
Msg-id 3AE4D65F.E21B424F@tpf.co.jp
обсуждение исходный текст
Ответы Re: A proposal to change psqlodbc  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: A proposal to change psqlodbc  ("Johann Zuschlag" <zuschlag2@online.de>)
Список pgsql-odbc
Hi all,

Currently psqlodbc calls ODBC functions(SQLXXXX())
internally in pretty many places. This seems
confusing to me and I'd like to change as follows.

1) Move the current implementation of SQLXXXX()
   to PG_XXXX() and so SQLXXXX() is never called
   internally(call PG_XXXX() instead).
2) SQLXXXX() simply calls PG_XXXX().

2) is the first step and would be changed in the
near future. For example translation_dll would be
called outside PG_XXXX(but inside SQLXXXX) to avoid
duplicate calls.

If there's no objection, I would change the current
source in a week or so.

Comments ?

regards,
Hiroshi Inoue

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Access 2000 - ADO
Следующее
От: Tom Lane
Дата:
Сообщение: Re: A proposal to change psqlodbc