Re: Continuing encoding fun....

From: "Anoop Kumar" <anoopk(at)pervasive-postgres(dot)com>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>, <pgsql-odbc(at)postgresql(dot)org>
Cc: "Marko Ristola" <Marko(dot)Ristola(at)kolumbus(dot)fi>, "Johann Zuschlag" <zuschlag2(at)online(dot)de>
Subject: Re: Continuing encoding fun....
Date: 2005-09-06 05:25:16
Message-ID: B4AF8C04F762D246A1E38EC5DFAEFC0B0379DA@blrmail2.aus.pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Dave,

It would be wise to remove the socket code from the new driver. I will
let you know as soon as it gets completed.

Regards

Anoop

> -----Original Message-----
> From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> Sent: Monday, September 05, 2005 12:47 PM
> To: Hiroshi Saito; pgsql-odbc(at)postgresql(dot)org
> Cc: Marko Ristola; Johann Zuschlag; Anoop Kumar
> Subject: RE: [ODBC] Continuing encoding fun....
>
>
>
> > -----Original Message-----
> > From: Hiroshi Saito [mailto:saito(at)inetrt(dot)skcapi(dot)co(dot)jp]
> > Sent: 05 September 2005 05:57
> > To: Dave Page; pgsql-odbc(at)postgresql(dot)org
> > Cc: Marko Ristola; Johann Zuschlag; Anoop Kumar
> > Subject: Re: [ODBC] Continuing encoding fun....
> >
> > Hi Dave.
> >
> > > With this patch, you can build either the old style ANSI/Multibyte
> > > driver, or the Unicode driver. I've also removed the -libpq
> > suffix that
> > > was added for testing, as this patch gives the driver a new
> > name anyway.
> > > When installed on a Windows system, you then get:
> > >
> > > psqlodbca.dll "PostgreSQL ANSI"
> > > psqlodbcw.dll "PostgreSQL Unicode"
> >
> > Is it meant as follows after all?
> > with libpq version
> > psqlodbca.dll "PostgreSQL ANSI"
> > psqlodbcw.dll "PostgreSQL Unicode"
> > without libpq version
> > psqlodbca.dll "PostgreSQL ANSI"
> > psqlodbcw.dll "PostgreSQL Unicode"
>
> Yes - I am not concerned with the socket version of the driver - in
> fact, I was going to talk to Anoop about removing the old code because
> we've had at least a couple of cases of people patching the wrong
part,
> or mistakenly using the socket code.
>
> Either way, we're certainly not going to release the non-libpq version
> any more.
>
> > > Unless anyone has a better solution, I think this is the best fix
to
> > > allow users with non-Unicode friendly apps to work as they
> > used to with
> > > the older driver.
> >
> > Some complaint. Although I have not fully tried yet.-(
> > I think that CRLF of a base code and patch is what it is hard to
use.
>
> Yes, I was too tired to try to fix the patch to remove the CRLF
changes
> :-( Still, they need to be fixed anyway.
>
> BTW, your version misses the changes to installer/psqlodbcm.wxs...
>
> > > Please shout ASAP if you object!!
> >
> > one vote is invested.
>
> :-)
>
> Regards, Dave

Browse pgsql-odbc by date

  From Date Subject
Next Message Sivakumar K 2005-09-06 05:50:28 Re: Using Which Driver [correct]
Previous Message me 2005-09-05 23:11:59 why is TextAsLongVarchar=1 per default?