Re: Null Characters in Strings, Version 9.3.1

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Nils Gösche <cartan(at)cartan(dot)de>, '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-20 00:51:49
Message-ID: 530551A5.7010104@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

(2014/02/19 20:21), Nils Gösche wrote:
> 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 :-)

OK I already put back the commit.

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2014-02-20 01:43:52 Re: Null Characters in Strings, Version 9.3.1
Previous Message Heikki Linnakangas 2014-02-19 18:25:30 SQLFreeStmt is missing locking