Re: New ODBC driver

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: New ODBC driver
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4527C0B@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на New ODBC driver  (markw@mohawksoft.com)
Ответы Re: New ODBC driver  (markw@mohawksoft.com)
Список pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of
> markw@mohawksoft.com
> Sent: 01 December 2004 13:50
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] New ODBC driver
>
> What would be the best way to go about re-writing the ODBC
> driver to use libpq? (I haven't looked at the code in years,
> the last time I looked at it was to find a memory leak.)
>
> Is it possible to do it in stages?
>
> Is the transport sufficiently separated to do a quick change
> to use libpq as the transport, and then gradually use more and more?
>
> My only concern would be that a re-write would re-break a lot
> of functionality.

I haven't looked at it in depth, but I think you will essentially just
need to rewrite connection.c as a libpq wrapper.

I don't think it would be realistic to mix the two approaches though -
if only because they couldn't share a single database connection.

Regards, Dave.

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

Предыдущее
От: markw@mohawksoft.com
Дата:
Сообщение: New ODBC driver
Следующее
От: Robert Treat
Дата:
Сообщение: Re: ODBC driver for Windows & future...