BUG #1810: Select * From XXX where xfield = 'Chinese_String';

From: "willie" <fmhoyoo(at)yahoo(dot)com(dot)tw>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1810: Select * From XXX where xfield = 'Chinese_String';
Date: 2005-08-05 18:28:42
Message-ID: 20050805182842.E8BECF0B06@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1810
Logged by: willie
Email address: fmhoyoo(at)yahoo(dot)com(dot)tw
PostgreSQL version: 8.0.3
Operating system: Windows XP
Description: Select * From XXX where xfield = 'Chinese_String';
Details:

version 8.0.3 for Windows XP

Program Language : VB6
Test for "Select ... where xField='data' ;"

Double Byte Character System : Chinese
return back: EOF (Record not found)

But OK in English

Run pgAdminIII Tools to double check :
The result is correct.

the same example in PostgreSQL-7.3.2-3 for Linux
is correct too.

ps: pardon for my poor English

Browse pgsql-bugs by date

  From Date Subject
Next Message George Jansen 2005-08-05 20:04:51 BUG #1811: unique index problem
Previous Message Chris Hoover 2005-08-05 14:32:25 BUG #1809: invalid pointer on pg_ctl reload