Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To:
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows
Date: 2001-01-25 17:13:07
Message-ID: 00cd01c086f2$16543980$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-odbc

What exactly do you mean by centralize the version info? Do you mean having
the ODBC driver version match the Postgres DB version?

If so, I do agree in doing that... to a degree. I say we only match major
versions where there are added features. As an example, 7.0 has many
feature additions over 6.5. Once the driver supports all the functionality
of 7.0, it should be moved to version 7.0. Then, if a patch or something is
added to the ODBC to require it being upped a version, we should use very
minor increments, something like a precision of 4 or 5. (A patched 7.0
driver would be incremented to 7.0.0.0.1) That way, we know a driver version
as 7.0 supports all functionality from 7.0 servers and back.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>; "Bruce Momjian"
<pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>;
<pgsql-odbc(at)postgresql(dot)org>
Sent: Thursday, January 25, 2001 11:28 AM
Subject: RE: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows

<snip>
> I also object to centralize the version info. It is preferable that client
> apps and servers are relatively indepedent as much as possible.
> It seems very natural that client apps and the server have separate
> versioning policies. Do we always have to wait for the all-in-one
> release to get improved client apps ?
>
> Regrads,
> Hiroshi Inoue

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Trurl McByte 2001-01-25 17:23:07 Unique ID of connection
Previous Message Peter T Mount 2001-01-25 17:07:53 Re: Re: [INTERFACES] BIT type still not working

Browse pgsql-odbc by date

  From Date Subject
Next Message Gustavo Enrique Ruiz 2001-01-25 18:39:39 ODBC
Previous Message Dave Page 2001-01-25 16:53:11 RE: [ODBC] RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows