Bug #442: output not exectly the given input

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #442: output not exectly the given input
Date: 2001-09-09 06:57:04
Message-ID: 200109090657.f896v4N90546@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Patrick Ho (eg_hsl(at)yahoo(dot)com) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
output not exectly the given input

Long Description
Platform: Chinese Windows98(front end), Red hat 7.1 Chinese Version + PostgresQL 7.02 (back end)

connection: ODBC

While inputing some Chinese charaters (but not all) into the database thu ODBC, the output becomes monster. But when I try to insert the query in the Postgres (instead of ODBC), the problem doesn't happen.

Sample Code
insert into temp (name, tel) values ('u{J', '98785455');

the expected output is 'u{J', '98785455' , but it becomes 'uJ','98785455'

I think it is the problem of the charater '{', all the charaters after it will becomes monster.

Also, I found so many charaters that would have the above situation.
e.g. '{','{','K'

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-09-09 07:16:18 Bug #443: Problem with time functions.
Previous Message Tatsuo Ishii 2001-09-08 23:27:39 Re: [PATCHES] CURRENT CVS: MULTIBYTE: CANT CONNECT....