Re: [HACKERS] ODBC Driver 7.02.0001 (Win32) (Unicode mode): CRLF->LF works, LF->CRLF doesn't

From: "Julian Mehnle" <julian(at)mehnle(dot)net>
To: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
Cc: <pgsql-hackers(at)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [HACKERS] ODBC Driver 7.02.0001 (Win32) (Unicode mode): CRLF->LF works, LF->CRLF doesn't
Date: 2002-06-25 11:06:49
Message-ID: EHEOIEJMBFBKCKMPHFJKOEOGCMAA.julian@mehnle.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> wrote:
> Julian Mehnle <j(dot)mehnle(at)buero(dot)link-m(dot)de> wrote:
> > Recently I tried to use the new 7.02.0001 Win32 ODBC driver in the new
> > (beta) Unicode mode in conjunction with MS Access 2000 and a "UNICODE"
> > encoded database stored in a PostgreSQL 7.2.1 database running on a
> > Linux system.
> >
> > I noticed that when the "LF<->CRLF Conversion" option is *enabled* in
> > the driver's settings dialog, only a CRLF->LF conversion (while writing
> > to the database) is performed, but no LF->CRLF conversion (while reading
> > from the database)!
>
> Could you try the snapshot dll at http://w2422.nsk.ne.jp/~inoue/ ?

Yeah, it does *not* exhibit the faulty CRLF<->LF conversion behavior. Is
this a custom build of the ODBC driver done by you? Will the official driver
be fixed soon?

Regards,
Julian Mehnle.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-06-25 13:22:05 Re: Index Scans become Seq Scans after VACUUM ANALYSE
Previous Message Marc G. Fournier 2002-06-25 07:55:52 Re: Democracy and organisation : let's make a revolution

Browse pgsql-odbc by date

  From Date Subject
Next Message pgsql-bugs 2002-06-25 18:42:01 Bug #698: Error haciendo Backup con pg_dump!!
Previous Message Hiroshi Inoue 2002-06-25 09:26:25 Re: Memory leaks in PostgreSQL ODBC driver