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

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org>
Subject: RE: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows
Date: 2001-01-25 08:36:41
Message-ID: 8568FC767B4AD311AC33006097BCD3D61A2919@woody.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> Sent: 25 January 2001 06:02
> To: Bruce Momjian
> Cc: Dave Page; 'Tom Lane'; 'pgsql-patches(at)postgresql(dot)org';
> 'pgsql-odbc(at)postgresql(dot)org'
> Subject: Re: [ODBC] RE: [PATCHES] ODBC Patch for OJs/Large
> Querys & Rows
>
>
> Bruce Momjian wrote:
> >
> > Applied. Thanks.
> >
>
> Hmm, does the new version number "7.1.0000" mean that the
> new ODBC driver could only talk to 7.1 server ?
>

No, but it does now report that it can handle unlimited query & row length
(although in reality as MAX_MESSAGE_LEN=65536 it's not really unlimited -
some work needed to fix that), as well as outer joins which are features
that are only in 7.1 of course. It certainly still works with 7.0.3 as long
as you don't send too long a query or an oj query - which the backend will
complain about anyway.

My other reasoning for this change was that the current source had a version
number of 6.40.0009 whilst Byron's last compiled version seemed to be
6.50.0000 - there seems to have been much confusion about this on the list
(as well as the 'Will this 6.40 driver work with 7.0' faq). It also makes me
wonder if the CVS is missing Byron's last changes as well as the correct
version number...

Regards,

Dave.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-01-25 10:15:19 Re: RE: [PATCHES] ODBC Patch for OJs/Large Querys & Rows
Previous Message Dave Page 2001-01-25 08:23:34 RE: Driver updates for 7.1