Обсуждение: Updated ODBC Driver Download

Поиск
Список
Период
Сортировка

Updated ODBC Driver Download

От
Dave Page
Дата:
As a few people have requested it, I have made a precompiled version of
psqlodbc.dll available for download at
http://www.greatbridge.org/project/pgadmin/ in the downloads section. This
includes all of the patches that I've submitted over the last couple of days
two of which have *not* yet been committed to CVS (and may not be if Bruce
doesn't like them! :-)).

These patches basically allow the use of long queries & rows (currently
still restricted to 64K) and outer joins, only if you have a high enough
version of PostgreSQL. The version number is now 07.01.0001

Regards,

Dave.

RE: Updated ODBC Driver Download

От
Dave Page
Дата:

> -----Original Message-----
> From: Cedar Cox [mailto:cedarc@visionforisrael.com]
> Sent: 26 January 2001 14:54
> To: Dave Page
> Subject: Re: [ODBC] Updated ODBC Driver Download
>
>
>
> Thank you for all your work.. I'll try to get around to testing some
> things now.  Also, I was just wondering about the version number
> scheme.  Does this mean that for a given PG version number
> (eg. 7.01) there could be up to 9999 patches?
>
> -Cedar

No problem - expect bugs though, this is the first C code I've contributed
to anything and I'm far from an expert!

The version number follows what I think was Byron's scheme when he was
updating it reguarly - 06.40.0209 would be rev 9 for PostgreSQL 6.4.2. The
xx.xx.xxxx format is required by the ODBC spec, I just made it 07.01.0001
(note the minor version number change) as it seemed to make more sense. I do
think that 0-9999 revisions would be a better approach than 0209 though.

Regard, Dave.