Re: Null Characters in Strings, Version 9.3.1

From: Nils Gösche <cartan(at)cartan(dot)de>
To: "'Hiroshi Inoue'" <inoue(at)tpf(dot)co(dot)jp>, "'Heikki Linnakangas'" <hlinnakangas(at)vmware(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Null Characters in Strings, Version 9.3.1
Date: 2014-02-19 11:21:23
Message-ID: 001b01cf2d64$b93b6250$2bb226f0$@de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Inoue-san wrote:

> Maybe it's caused by the commit
> 3666c87c1440862bde2e6b8f43ee585deed70d31
> Author: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)p>
> Date: Thu Aug 22 20:40:01 2013 +0900
>
> When LF->CR+LF conversion causes an buffer truncation, supress the
> conversion (in case of unicode).
>
> Nils, please try to turn off *LF <-> CR/LF conversion* option.
> Anyway I can't think of the way to cure the problem other than putting
> back the commit.

Ah, ok: If I set LFConversion=0, I get correct values in C#, without any null characters. But also without Ctrl-Ms! Too bad that our software has come to rely on the Ctrl-M conversion taking place already. If you think about the possibility of having both Windows and Unix clients working on the same database, I suppose having this conversion being done in the driver is not a bad thing.

So, if you could make LFConversion work reliably again, I would be a happy camper :-)

Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-02-19 13:12:17 Re: Null Characters in Strings, Version 9.3.1
Previous Message Hiroshi Inoue 2014-02-19 00:09:57 Re: Null Characters in Strings, Version 9.3.1