Re: ODBC Rewrite

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: ODBC Rewrite
Дата
Msg-id 41B61F90.6070206@shemesh.biz
обсуждение исходный текст
Ответ на Re: ODBC Rewrite  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ODBC Rewrite  (markw@mohawksoft.com)
Список pgsql-odbc
Tom Lane wrote:

>Stephen Frost <sfrost@snowman.net> writes:
>
>
>>That's not particularly relevant- the question is if the existing libpq
>>API is sufficient for the ODBC driver or not.
>>
>>
>
>And even more to the point, whether extending it wouldn't be a better
>answer than writing a whole new API (and new library?).  There are
>definitely features of the V3 protocol that are not accessible through
>libpq at the moment, but that is due to lack of time to add appropriate
>API to libpq, not any fundamental objection to extending libpq.
>
>            regards, tom lane
>
>
>
Can you list them, please?

Having based OLE DB on libpq, it would be nice to find that instead of
working hard to achieve some stuff via different SQL queries, that I can
just extend libpq to support easier handling.

In other words, I may find that it is easier to implement certain stuff
in libpq rather than OLE DB. ODBC may be in the same position. This way,
everybody win.

          Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
http://www.lingnu.com/


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

Предыдущее
От: joy chen
Дата:
Сообщение: question about timeout attributes
Следующее
От: Eric E
Дата:
Сообщение: Re: ODBC Rewrite