Re: Production version of ODBC drivers

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Production version of ODBC drivers
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40103E294@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Production version of ODBC drivers  (Mark Morgan Lloyd <markMLl.pgsql-odbc@telemetry.co.uk>)
Список pgsql-odbc

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Raymond
> O'Donnell
> Sent: 21 February 2006 12:13
> To: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Production version of ODBC drivers
>
> On 21 Feb 2006 at 10:33, Dave Page wrote:
>
> > - Another driver variant (actually a fork of the code from
> > 07.03.0209ish) is currently being evaluated as a possible
> replacement
> > for the current version. It has been enhanced significantly
> and includes
> > similar changes to those in 08.01.xxxx, but implemented in a very
> > different way.
>
> Is this one also libpq-based, or will it retain its own comms layer?

Both actually. It will dynamically load libpq to do things like
Kerberos/SSL, but it will also communicate on the wire itself, allowing
it to do things which aren't so easy through the libpq API.

The code can be seen in the 07_03_ENHANCED branch in CVS. Avoid (or
beware of) the pgfoundry CVs browser though - it gets confused by files
that have been deleted from CVS tip but are still in the branch and
shows them in the attic even though they actually aren't.

Regards, Dave.


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

Предыдущее
От: "Raymond O'Donnell"
Дата:
Сообщение: Re: Production version of ODBC drivers
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: Demo version of the 'enhanced' branch