Re: Continuing encoding fun.... - Mailing list pgsql-odbc

From Hiroshi Saito
Subject Re: Continuing encoding fun....
Date
Msg-id 07ef01c5b1d6$51287210$01324d80@hiroshi5jz7dqj
Whole thread Raw
In response to Continuing encoding fun....  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc
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"

>
> 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.

>
> Please shout ASAP if you object!!

one vote is invested.

Regards,
Hiroshi Saito

Attachment

pgsql-odbc by date:

Previous
From: Matthias Weinert
Date:
Subject: last question.. sorry
Next
From: "Dave Page"
Date:
Subject: Re: Continuing encoding fun....